windows-nt/Source/XPSP1/NT/shell/ext/hnw/nconnnt/sources
2020-09-26 16:20:57 +08:00

39 lines
1.1 KiB
Plaintext

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