Annotation of pmsdk/samples/petzold/chap17/bigjob2, revision 1.1.1.1

1.1       root        1: #-------------------
                      2: # BIGJOB2 make file
                      3: #-------------------
                      4: 
                      5: bigjob2.obj : bigjob2.c bigjob.h
                      6:      cl -c -G2sw -W3 bigjob2.c
                      7: 
                      8: bigjob.obj : bigjob.c
                      9:      cl -c -G2sw -W3 bigjob.c
                     10: 
                     11: bigjob.res : bigjob.rc bigjob.h
                     12:      rc -r bigjob
                     13: 
                     14: bigjob2.exe : bigjob2.obj bigjob.obj bigjob2.def
                     15:      link bigjob2 bigjob, /align:16, NUL, os2, bigjob2
                     16:      rc bigjob.res bigjob2.exe
                     17: 
                     18: bigjob2.exe : bigjob.res
                     19:      rc bigjob.res bigjob2.exe

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.