home *** CD-ROM | disk | FTP | other *** search
- #-------------------
- # BIGJOB2 make file
- #-------------------
-
- bigjob2.obj : bigjob2.c bigjob.h
- cl -c -G2sw -W3 bigjob2.c
-
- bigjob.obj : bigjob.c
- cl -c -G2sw -W3 bigjob.c
-
- bigjob.res : bigjob.rc bigjob.h
- rc -r bigjob
-
- bigjob2.exe : bigjob2.obj bigjob.obj bigjob2.def
- link bigjob2 bigjob, /align:16, NUL, os2, bigjob2
- rc bigjob.res bigjob2.exe
-
- bigjob2.exe : bigjob.res
- rc bigjob.res bigjob2.exe
-