mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-22 18:41:42 +00:00
24 lines
357 B
Plaintext
24 lines
357 B
Plaintext
|
|
# Makefile for Windows NT
|
|
#
|
|
|
|
CCFLAGS = "-Oxs"
|
|
|
|
# For the direct SCSI module
|
|
#DEFS = -DUSE_ASPI
|
|
#LDFLAGS = wnaspi32.lib
|
|
#PHYSIOH = wnaspi32.h scsidefs.h
|
|
#LIBS = wnaspi32.lib
|
|
|
|
OBJ = .OBJ
|
|
PHYSIO = phynt
|
|
|
|
include makefile.generic
|
|
|
|
wnaspi32.lib : wnaspi32.def
|
|
LIB /DEF:WNASPI32.DEF /MACHINE:IX86
|
|
|
|
clean:
|
|
del $(OBJS)
|
|
del ods2.exe
|