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

unix.superglobalmegacorp.com

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