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.

78 lines
1.4 KiB

  1. !include ..\..\place.inc
  2. MAJORCOMP=Cnfgprts
  3. MINORCOMP=Cnfgprts
  4. TARGETNAME=Cnfgprts
  5. TARGETEXT=ocx
  6. TARGETPATH=obj
  7. TARGETTYPE=DYNLINK
  8. UMTYPE=windows
  9. IDL_TYPE=OLE
  10. USE_MSVCRT=1
  11. USE_MIDL_FOR_MKTYPLIB=1
  12. DLLDEF=Cnfgprts.def
  13. DLLENTRY=_DllMainCRTStartup
  14. MSC_WARNING_LEVEL=/W3 /WX
  15. C_DEFINES= /D_IISVERSION
  16. PRECOMPILED_CXX=1
  17. PRECOMPILED_INCLUDE=stdafx.h
  18. USE_MFCUNICODE=1
  19. UNICODE=1
  20. USE_ATL=1
  21. ATL_VER=30
  22. SUBSYSTEM_VERSION=4.00
  23. INCLUDES= \
  24. $(IISBASEDIR)\inc;\
  25. $(IISBASEDIR)\inc\$(O);\
  26. $(IISBASEDIR)\inc\chicago;\
  27. ..\common; \
  28. ..\;
  29. SOURCES=\
  30. cnfgprts.cpp \
  31. cnfgprts.odl \
  32. cnfgprts.rc \
  33. font.cpp \
  34. guid.cpp \
  35. LogUICtl.cpp \
  36. LogUIPpg.cpp \
  37. metatool.cpp \
  38. parserat.cpp \
  39. RatCtl.cpp \
  40. RatData.cpp \
  41. RatGenPg.cpp \
  42. RatPpg.cpp \
  43. RatSrvPg.cpp \
  44. ..\wrapmb.cpp
  45. TARGETLIBS=\
  46. ..\common\$(O)\iisui.lib \
  47. $(SDK_LIB_PATH)\crypt32.lib \
  48. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  49. $(SDK_LIB_PATH)\kernel32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\comdlg32.lib \
  52. $(SDK_LIB_PATH)\comctl32.lib \
  53. $(SDK_LIB_PATH)\shell32.lib \
  54. $(SDK_LIB_PATH)\user32.lib \
  55. $(SDK_LIB_PATH)\gdi32.lib \
  56. $(SDK_LIB_PATH)\schannel.lib \
  57. $(SDK_LIB_PATH)\ole32.lib \
  58. $(SDK_LIB_PATH)\oleaut32.lib \
  59. $(SDK_LIB_PATH)\comctl32.lib \
  60. $(SDK_LIB_PATH)\uuid.lib \
  61. $(SDK_LIB_PATH)\ws2_32.lib