|
|
1.1 ! root 1: !include <ntwin32.mak> ! 2: ! 3: ! 4: all: readdata.exe chgdata.exe ! 5: ! 6: ! 7: readdata.obj: readdata.c shrstuff.h ! 8: $(cc) $(cdebug) $(cflags) $(cvarsmt) -Zp1 readdata.c ! 9: ! 10: chgdata.obj: chgdata.c shrstuff.h ! 11: $(cc) $(cdebug) $(cflags) $(cvarsmt) -Zp1 chgdata.c ! 12: ! 13: readdata.exe: readdata.obj ! 14: $(link) $(linkdebug) $(conflags) -out:readdata.exe readdata.obj $(conlibsmt) ! 15: ! 16: chgdata.exe: chgdata.obj ! 17: $(link) $(linkdebug) $(conflags) -out:chgdata.exe chgdata.obj $(conlibsmt)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.