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