Annotation of q_a/samples/getsys/makefile, revision 1.1

1.1     ! root        1: # Nmake macros for building Windows 32-Bit apps
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: all: getsys.exe
        !             6: 
        !             7: # Update the resource if necessary
        !             8: 
        !             9: getsys.rbj: getsys.rc getsys.h
        !            10:     rc -r -fo getsys.res getsys.rc
        !            11:     cvtres -$(CPU) getsys.res -o getsys.rbj
        !            12: 
        !            13: # Update the object file if necessary
        !            14: 
        !            15: getsys.obj: getsys.c getsys.h
        !            16:     $(cc) $(cdebug) $(cflags) $(cvars) getsys.c
        !            17: 
        !            18: # Update the executable file if necessary, and if so, add the resource back in.
        !            19: 
        !            20: getsys.exe: getsys.obj getsys.rbj getsys.def
        !            21:     $(link) $(linkdebug) $(guiflags) -out:getsys.exe getsys.obj getsys.rbj $(guilibs)

unix.superglobalmegacorp.com

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