mirror of https://github.com/tongzx/nt5src
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
551 B
38 lines
551 B
TARGETNAME=nlbsprov
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_LATEST_MFC=1
|
|
USE_MFCUNICODE=1
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_STL=1
|
|
USE_IOSTREAM=1
|
|
USE_VCCOM=1
|
|
|
|
INCLUDES= .; \
|
|
..; \
|
|
$(SDK_INC_PATH)\private\inc; \
|
|
..\wmibase; \
|
|
|
|
SOURCES= \
|
|
stdafx.cpp \
|
|
MNLBCluster.cpp \
|
|
MNLBHost.cpp \
|
|
MNLBPortRule.cpp \
|
|
MNLBMachine.cpp \
|
|
MNLBExe.cpp \
|
|
MNLBUIData.cpp \
|
|
MNLBNetCfg.cpp \
|
|
MNicInfo.cpp \
|
|
Common.cpp
|
|
|
|
|
|
UMTYPE=console
|
|
UMLIBS= \
|
|
..\wmibase\$(O)\wmibase.lib \
|
|
|
|
|
|
|
|
|
|
|