61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
|
TARGETNAME=nlbmgr
|
||
|
TARGETTYPE=PROGRAM
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
USE_LATEST_MFC=1
|
||
|
USE_MFCUNICODE=1
|
||
|
|
||
|
USE_NATIVE_EH=1
|
||
|
USE_STL=1
|
||
|
USE_IOSTREAM=1
|
||
|
USE_VCCOM=1
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DCONFIG_NLB_MANAGER
|
||
|
|
||
|
# to load string directly
|
||
|
RCOPTIONS = -N
|
||
|
|
||
|
INCLUDES= .; \
|
||
|
..; \
|
||
|
..\..\inc; \
|
||
|
..\nlbsprov; \
|
||
|
..\wmibase;
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(SDK_LIB_PATH)\wbemuuid.lib \
|
||
|
..\nlbsprov\$(O)\nlbsprov.lib \
|
||
|
..\wmibase\$(O)\wmibase.lib \
|
||
|
..\inetcfg\$(O)\nicbind.lib \
|
||
|
..\..\util\$(O)\wlbsutil.lib
|
||
|
|
||
|
SOURCES=stdafx.cpp \
|
||
|
Document.cpp \
|
||
|
Application.cpp \
|
||
|
MainForm.cpp \
|
||
|
LeftView.cpp \
|
||
|
RightTopView.cpp \
|
||
|
RightBottomView.cpp \
|
||
|
AboutDialog.cpp \
|
||
|
disclaimer.cpp \
|
||
|
ClusterConnectPage.cpp \
|
||
|
ClusterConnectIndirectPage.cpp \
|
||
|
MachineConnectPage.cpp \
|
||
|
PortsControlPage.cpp \
|
||
|
ClusterPage.cpp \
|
||
|
ManageVirtualIPSPage.cpp \
|
||
|
HostPage.cpp \
|
||
|
CommonNLB.cpp \
|
||
|
CommonUtils.cpp \
|
||
|
ResourceString.cpp \
|
||
|
CommonClusterPage.cpp \
|
||
|
IpSubnetMaskControl.cpp \
|
||
|
PortsPage.cpp \
|
||
|
ClusterPortsDlg.cpp \
|
||
|
HostPortsDlg.cpp \
|
||
|
nlbmgr.rc
|