Leaked source code of windows server 2003
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.

78 lines
1.8 KiB

  1. TARGETNAME=tprov
  2. TARGETTYPE=PROGRAM
  3. TARGETPATH=obj
  4. UMTYPE=console
  5. UMENTRY=wmain
  6. USE_LATEST_MFC=1
  7. USE_MFCUNICODE=1
  8. USE_STL=1
  9. # USE_IOSTREAM=1
  10. # USE_VCCOM=1
  11. USE_MSVCRT=1
  12. USE_NATIVE_EH=ASYNC
  13. C_DEFINES=$(C_DEFINES) -DTEST_HARNESS -DUNICODE -D_UNICODE
  14. #
  15. # Define this to generate .cod files
  16. #
  17. # USER_C_FLAGS=$(USER_C_FLAGS) /FAcs
  18. #
  19. INCLUDES= .; \
  20. ..; \
  21. ..\..\inc; \
  22. ..\..\..\inc; \
  23. $(SDK_INC_PATH); \
  24. !if $(IA64)
  25. LINKER_STACKSIZE = -stack:0x100000,0x20000
  26. !else
  27. LINKER_STACKSIZE = -stack:0x100000,0x10000
  28. !endif
  29. #
  30. # Don't include iphlpapi.lib -- include icmp.lib instead, or else
  31. # it won't run on W2K.
  32. #
  33. TARGETLIBS= \
  34. $(NET_LIB_PATH)\icmp.lib \
  35. $(SDK_LIB_PATH)\ole32.lib \
  36. $(SDK_LIB_PATH)\USER32.lib \
  37. $(SDK_LIB_PATH)\kernel32.lib \
  38. $(SDK_LIB_PATH)\ws2_32.lib \
  39. $(SDK_LIB_PATH)\comctl32.lib \
  40. $(SDK_LIB_PATH)\setupapi.lib \
  41. $(SDK_LIB_PATH)\uuid.lib \
  42. $(SDK_LIB_PATH)\wbemuuid.lib \
  43. $(SDK_LIB_PATH)\oleaut32.lib \
  44. $(SDK_LIB_PATH)\mprapi.lib \
  45. ..\..\..\util\$(O)\wlbsutil.lib \
  46. ..\..\cfgutillib\$(O)\cfgutil.lib \
  47. ..\..\nlbclientlib\$(O)\nlbclient.lib
  48. SOURCES= \
  49. tprov.cpp \
  50. ..\updatecfg.cpp \
  51. tprov.rc \
  52. ..\log_msgs.mc
  53. #
  54. # Following for _bstr_t and other COM-related stuff
  55. #
  56. USE_VCCOM=1
  57. #
  58. # The following statement specifies the list of files to be preprocessed
  59. # for tracing macros. See http://coreos/tech/tracing/ for details.
  60. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  61. # various trace macros, like LOG_CRIT.
  62. # The "-gen..." is so that this will work on BOTH w2k and XP.
  63. #
  64. RUN_WPP= $(SOURCES) -ini:tracewpp.ini -gen:{um-w2k.tpl}*.tmh