home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-07-01 | 294 b | 25 lines |
- #
- # This MAKEFILE is used to build all the BGI files and the required
- # support library.
- #
-
- !include "defines.mak"
-
- all:
- cd lib
- make -I..\
- cd ..
- cd ati
- make -I..\
- cd ..
- cd tecmar
- make -I..\
- cd ..
- cd revn9
- make -I..\
- cd ..
- cd dt2851
- make -I..\
- cd ..
-
-