Annotation of pmsdk/samples/petzold/chap16/bitlib, revision 1.1.1.1

1.1       root        1: #------------------
                      2: # BITLIB make file
                      3: #------------------
                      4: 
                      5: bitlib.obj : bitlib.asm
                      6:      masm bitlib ;
                      7: 
                      8: bitlib.res : bitlib.rc bitmap1.bmp bitmap2.bmp bitmap3.bmp \
                      9:                        bitmap4.bmp bitmap5.bmp bitmap6.bmp \
                     10:                        bitmap7.bmp bitmap8.bmp bitmap9.bmp
                     11:      rc -r bitlib
                     12: 
                     13: bitlib.dll : bitlib.obj bitlib.def
                     14:      link bitlib, bitlib.dll /align:16, NUL,, bitlib
                     15:      rc bitlib.res bitlib.dll
                     16: 
                     17: bitlib.dll : bitlib.res
                     18:      rc bitlib.res bitlib.dll

unix.superglobalmegacorp.com

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