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.
38 lines
1.2 KiB
38 lines
1.2 KiB
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
TARGET_BOTH = 1
|
|
|
|
!include $(CCSHELL_DIR)\common.inc
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
|
|
|
|
TARGETNAME = NCXPNT
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
|
|
USE_MSVCRT = 1
|
|
DLLDEF = $(O)\ncxpnt.def
|
|
|
|
#right now this don't build too well, so turn some warnings off
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
INCLUDES = $(INCLUDES);..\shared;..\win95
|
|
|
|
SOURCES = \
|
|
debug.c \
|
|
dllmain.cpp \
|
|
globals.cpp \
|
|
nconnnt.cpp \
|
|
netutil.cpp \
|
|
netip.cpp \
|
|
ncxpnt.rc
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\iphlpapi.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(NET_LIB_PATH)\netshell.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(CCSHELL_DIR)\lib\$(O)\stock4.lib
|