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