Annotation of q_a/samples/regions/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: regions.exe
                      6: 
                      7: # Update the object files if necessary
                      8: 
                      9: regions.obj: regions.c
1.1.1.2   root       10:     $(cc) $(cdebug) $(cflags) $(cvars) regions.c
1.1       root       11: 
                     12: # Update the resources if necessary
                     13: 
1.1.1.2   root       14: regions.rbj: regions.rc regions.h
                     15:     rc -r -fo regions.res regions.rc
                     16:     cvtres -$(CPU) regions.res -o regions.rbj
1.1       root       17: 
                     18: # Update the executable file if necessary.
                     19: # If so, add the resource back in.
                     20: 
1.1.1.2   root       21: regions.exe: regions.obj regions.rbj regions.def
                     22:     $(link) $(linkdebug) $(guiflags) -out:regions.exe regions.obj regions.rbj $(guilibs)

unix.superglobalmegacorp.com

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