home *** CD-ROM | disk | FTP | other *** search
- # just type 'build FROM objects TARGET <targetname>'
-
- # printer
- #
- # uses: device, library
-
- printer.m: printer.e device.m library.m
- echo "*Ncompiling printer.e"
- ec printer.e
-
- # device
- #
- # uses: library
-
- device.m: device.e library.m
- echo "*Ncompiling device.e"
- ec device.e
-
- # library
-
- library.m: library.e
- echo "*Ncompiling library.e"
- ec library.e
-