Annotation of q_a/samples/walk/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: walk.exe
                      6: 
                      7: # Update the resource if necessary
                      8: 
                      9: 
                     10: # Update the object file if necessary
                     11: 
                     12: walk.obj: walk.c
1.1.1.2   root       13:     $(cc) $(cdebug) $(cflags) $(cvars) walk.c
1.1       root       14: 
                     15: # Update the executable file if necessary, and if so, add the resource back in.
                     16: 
                     17: walk.exe: walk.obj
1.1.1.2   root       18:     $(link) $(linkdebug) $(conflags) -out:walk.exe walk.obj $(conlibs)

unix.superglobalmegacorp.com

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