home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Developers / inc-dec / source / How To < prev    next >
Encoding:
Text File  |  1994-10-20  |  770 b   |  26 lines  |  [TEXT/ttxt]

  1. Development Environment:
  2. ========================
  3.  
  4. We recommend that you create a "src" directory within your nShell application folder and copy these files to that location.
  5.  
  6. For each command included in this package 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. In addition, commands may use files from the included "lib" directory.
  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. Give the command a unique name and select "Save" to store the command.
  24.  
  25. 5. Drop the new command into your "bin" directory.
  26.