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