Source code of Windows XP (NT5)
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.

60 lines
1.2 KiB

  1. TARGETNAME=nlbmgr
  2. TARGETTYPE=PROGRAM
  3. TARGETPATH=obj
  4. USE_LATEST_MFC=1
  5. USE_MFCUNICODE=1
  6. USE_NATIVE_EH=1
  7. USE_STL=1
  8. USE_IOSTREAM=1
  9. USE_VCCOM=1
  10. C_DEFINES=$(C_DEFINES) -DCONFIG_NLB_MANAGER
  11. # to load string directly
  12. RCOPTIONS = -N
  13. INCLUDES= .; \
  14. ..; \
  15. ..\..\inc; \
  16. ..\nlbsprov; \
  17. ..\wmibase;
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\ws2_32.lib \
  22. $(SDK_LIB_PATH)\comctl32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\wbemuuid.lib \
  25. ..\nlbsprov\$(O)\nlbsprov.lib \
  26. ..\wmibase\$(O)\wmibase.lib \
  27. ..\inetcfg\$(O)\nicbind.lib \
  28. ..\..\util\$(O)\wlbsutil.lib
  29. SOURCES=stdafx.cpp \
  30. Document.cpp \
  31. Application.cpp \
  32. MainForm.cpp \
  33. LeftView.cpp \
  34. RightTopView.cpp \
  35. RightBottomView.cpp \
  36. AboutDialog.cpp \
  37. disclaimer.cpp \
  38. ClusterConnectPage.cpp \
  39. ClusterConnectIndirectPage.cpp \
  40. MachineConnectPage.cpp \
  41. PortsControlPage.cpp \
  42. ClusterPage.cpp \
  43. ManageVirtualIPSPage.cpp \
  44. HostPage.cpp \
  45. CommonNLB.cpp \
  46. CommonUtils.cpp \
  47. ResourceString.cpp \
  48. CommonClusterPage.cpp \
  49. IpSubnetMaskControl.cpp \
  50. PortsPage.cpp \
  51. ClusterPortsDlg.cpp \
  52. HostPortsDlg.cpp \
  53. nlbmgr.rc