|
|
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: walk.exe ! 8: ! 9: # Update the resource if necessary ! 10: ! 11: ! 12: # Update the object file if necessary ! 13: ! 14: walk.obj: walk.c ! 15: $(cc) $(cflags) $(cvars) walk.c ! 16: ! 17: # Update the executable file if necessary, and if so, add the resource back in. ! 18: ! 19: walk.exe: walk.obj ! 20: $(link) $(conflags) -out:walk.exe walk.obj $(conlibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.