mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
853 B
45 lines
853 B
MAJORCOMP=isn
|
|
MINORCOMP=isnext
|
|
|
|
TARGETNAME=isnext
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=obj\*\isnext.def
|
|
|
|
SOURCES=\
|
|
..\isnext.c \
|
|
..\nbext.c \
|
|
..\isnext.rc \
|
|
..\ipxext.c \
|
|
..\traverse.c \
|
|
..\spxext.c \
|
|
..\cteext.c
|
|
|
|
UMTYPE=windows
|
|
|
|
INCLUDES=\
|
|
..\;\
|
|
$(BASEDIR)\private\ntos\tdi\isn\inc;\
|
|
$(BASEDIR)\private\ntos\tdi\isn\nb;\
|
|
$(BASEDIR)\private\ntos\tdi\isn\spx;\
|
|
$(BASEDIR)\private\ntos\tdi\isn\spx\h;\
|
|
$(BASEDIR)\private\ntos\tdi\isn\ipx;\
|
|
$(BASEDIR)\private\ntos\inc;\
|
|
$(BASEDIR)\private\inc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_PNP_POWER=1 -DBACK_FILL=1
|
|
#-DRSRC_TIMEOUT_DBG
|
|
|
|
#C_DEFINES=$(C_DEFINES)
|
|
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
|
|
|
|
USE_NTDLL=1
|
|
|
|
PRECOMPILED_INCLUDE=..\precomp.h
|
|
PRECOMPILED_PCH=..\precomp.pch
|
|
PRECOMPILED_OBJ=..\precomp.obj
|