|
|
1.1 ! root 1: # Nmake macros for building Windows 32-Bit apps ! 2: ! 3: !include <ntwin32.mak> ! 4: ! 5: # This line allows NMAKE to work as well ! 6: ! 7: all: timers.exe ! 8: ! 9: # Update the object files if necessary ! 10: ! 11: timers.obj: timers.c ! 12: $(cc) $(cflags) $(cvars) timers.c ! 13: ! 14: # Update the executable file if necessary. ! 15: # If so, add the resource back in. ! 16: ! 17: timers.exe: timers.obj timers.def ! 18: $(link) $(guiflags) -out:timers.exe timers.obj $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.