Text File | 1994-08-26 | 1011 b | 30 lines | [TEXT/ttxt]
This package contains modified versions of the hello, date, and delay commands. These commands have been tweaked to allow them to be built under CodeWarrior as well as Think C.
Development Environment:
========================
We recommend that you create a "src" directory within your nShell application folder and copy these files to that location.
For each command included in this package there are three files:
something.π - A CodeWarrior project file
something.c - Source code for the command
something.π.rsrc - Resources for the command
Commands may also reference files in the included "lib" directory.
The "Think π" folder contains Think C project files and instructions for that environment.
To Build A Command Using CodeWarrior:
=====================================
1. Double-click to open the project file.
2. Select "Make" from the "Project Menu".
3. Give the command a unique name and select "Save" to store the command.
4. Drop the new command into your "bin" directory.