home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 303 b | 16 lines | [TEXT/ALFA] |
- # Example of a very simple build file
- #
- # Next line sets up output file name and creator signature
- -o Sample1App -c ????
- #
- # Now for the source file
- Sample1.c
- #
- # next entries are libraries
- interface.o
- runtime.o
-
- A blank line indicates the end of the file, so anything below the blank
- line is ignored.
-
-