home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / mega src / How To next >
Encoding:
Text File  |  1994-08-23  |  1.1 KB  |  28 lines  |  [TEXT/ttxt]

  1. This package provides additional source code for the nShell™ environment.  It is assumed that you have downloaded and installed the nShell application and its Programmer's Guide.  These packages are available from a number of on-line sources.
  2.  
  3. Development Environment
  4. =======================
  5.  
  6. The folder called "Source" contains source code for nShell commands.  For each command there are three files:
  7.  
  8. something.π      - A Think C project file
  9. something.c      - Source code for the command
  10. something.π.rsrc - Resources for the command
  11.  
  12. If you wish to build one of these commands, copy that command's files to your nShell development folder. This will ensure that Think C can find the required "lib" files.
  13.  
  14. To Build A New Command Resource:
  15. ================================
  16.  
  17. 1. Start up Think C (version 5.0 or later)
  18.  
  19. 2. Open the project file
  20.  
  21. 3. Select "Build Code Resource" from the "Project Menu".
  22.  
  23. 4. Answer "Yes"  to "Bring the project up to date?"
  24.  
  25. 5. Give the command a unique name and select "Save" to store the command.
  26.  
  27. 6. Drop the new command into your "bin" directory.
  28.