|
|
1.1 ! root 1: # Nmake macros for building Windows 32-Bit apps ! 2: ! 3: !include <ntwin32.mak> ! 4: ! 5: all: rcmd.exe ! 6: ! 7: rcmd.obj: rcmd.c ! 8: $(cc) $(cflags) $(cvars) rcmd.c ! 9: $(cvtobj) rcmd.obj ! 10: ! 11: rcmd.exe: rcmd.obj ! 12: $(link) $(conflags) -out:rcmd.exe rcmd.obj $(conlibs) user32.lib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.