Annotation of mstools/samples/maskblt/makefile, revision 1.1

1.1     ! root        1: # Nmake macros for building Windows 32-Bit apps
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: # This line allows NMAKE to work as well
        !             6: 
        !             7: all: maskblt.exe
        !             8: 
        !             9: # Update the resource if necessary
        !            10: 
        !            11: maskblt.res: maskblt.rc maskblt.h
        !            12:     rc -r -fo maskblt.tmp maskblt.rc
        !            13:     cvtres -$(CPU) maskblt.tmp -o maskblt.res
        !            14:     del maskblt.tmp
        !            15: 
        !            16: # Update the object file if necessary
        !            17: 
        !            18: maskblt.obj: maskblt.c maskblt.h track.h bitmap.h
        !            19:     $(cc) $(cflags) $(cvars) maskblt.c
        !            20: 
        !            21: track.obj: track.c track.h
        !            22:     $(cc) $(cflags) $(cvars) track.c
        !            23: 
        !            24: bitmap.obj: bitmap.c bitmap.h
        !            25:     $(cc) $(cflags) $(cvars) bitmap.c
        !            26: 
        !            27: # Update the executable file if necessary, and if so, add the resource back in.
        !            28: 
        !            29: maskblt.exe: maskblt.obj track.obj bitmap.obj maskblt.res maskblt.def
        !            30:     $(cvtobj) $(cvtdebug) *.obj
        !            31:     $(link) $(guiflags) -out:maskblt.exe maskblt.obj track.obj bitmap.obj maskblt.res $(guilibs)

unix.superglobalmegacorp.com

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