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.
26 lines
443 B
26 lines
443 B
TARGETNAME=isnext
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_PNP_POWER=1 -DBACK_FILL=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
USE_NTDLL=1
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
..\ipx;\
|
|
..\nb;\
|
|
..\spx;\
|
|
..\spx;\
|
|
$(BASE_INC_PATH);$(DDK_INC_PATH)
|
|
|
|
SOURCES=\
|
|
cteext.c \
|
|
ipxext.c \
|
|
spxext.c \
|
|
traverse.c \
|
|
isnext.c \
|
|
isnext.rc \
|
|
nbext.c
|