Annotation of q_a/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: all: maskblt.exe
        !             6: 
        !             7: # Update the resource if necessary
        !             8: 
        !             9: maskblt.rbj: maskblt.rc maskblt.h
        !            10:     rc -r -fo maskblt.res maskblt.rc
        !            11:     cvtres -$(CPU) maskblt.res -o maskblt.rbj
        !            12: 
        !            13: # Update the object file if necessary
        !            14: 
        !            15: maskblt.obj: maskblt.c maskblt.h track.h bitmap.h
        !            16:     $(cc) $(cdebug) $(cflags) $(cvars) maskblt.c
        !            17: 
        !            18: track.obj: track.c track.h
        !            19:     $(cc) $(cdebug) $(cflags) $(cvars) track.c
        !            20: 
        !            21: bitmap.obj: bitmap.c bitmap.h
        !            22:     $(cc) $(cdebug) $(cflags) $(cvars) bitmap.c
        !            23: 
        !            24: # Update the executable file if necessary, and if so, add the resource back in.
        !            25: 
        !            26: maskblt.exe: maskblt.obj track.obj bitmap.obj maskblt.rbj maskblt.def
        !            27:     $(link) $(linkdebug) $(guiflags) -out:maskblt.exe maskblt.obj track.obj bitmap.obj maskblt.rbj $(guilibs)

unix.superglobalmegacorp.com

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