Annotation of q_a/samples/getdev/makefile, revision 1.1.1.3

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

unix.superglobalmegacorp.com

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