Timothe Litt 0935e31ba3 Clean up unix show devices. Add show volumes.
Also, clean up virtual devices in mount error paths.

Update MOUNT help.
2016-03-05 15:10:17 -05:00

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