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.

115 lines
2.8 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author: v-akunda
  11. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. C_DEFINES=$(C_DEFINES) -D_WIN32_IE=0x0500 -D__NTBUILD -DIGNORE_EXPIRATION
  14. INCLUDES=$(INCLUDES);..\lkplite
  15. TERMSRV_ROOT = ..\..
  16. COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
  17. LICENSE_ROOT = ..
  18. LSERVER_ROOT=$(LICENSE_ROOT)\tlserver
  19. TARGETNAME=lrwizdll
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. UMTYPE=windows
  23. UMENTRY=winmain
  24. SXS_ASSEMBLY_NAME=Compdata.Compdata.1
  25. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  26. SXS_MANIFEST=lrwizdll.manifest
  27. SXS_MANIFEST_IN_RESOURCES=1
  28. SXS_NO_BINPLACE=1
  29. # the resource ID here must be 2
  30. SXS_MANIFEST_RESOURCE_ID=2
  31. # ISOLATION_AWARE_ENABLED ==> use ui themes
  32. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  33. DLLDEF=LRWizDLL.def
  34. COFFBASE=usermode
  35. INCLUDES= \
  36. $(INCLUDES); \
  37. $(COMMON_ROOT)\license\inc; \
  38. $(LSERVER_ROOT)\include; \
  39. $(LSERVER_ROOT)\include\$(O); \
  40. $(LICENSE_ROOT)\pidapi\inc; \
  41. $(LICENSE_ROOT)\validdp\inc;
  42. USE_MFCUNICODE=1
  43. SUBSYSTEM_VERSION=4.00
  44. SOURCES = \
  45. wwwlkp.cpp \
  46. wwwreg.cpp \
  47. custcont.cpp \
  48. CHMOLP.cpp \
  49. CHSelect.cpp \
  50. Global.cpp \
  51. LRWizDLL.cpp \
  52. LrWizDLL.rc \
  53. PINDlg.cpp \
  54. Progress.cpp \
  55. PropDlgs.cpp \
  56. Utils.cpp \
  57. Welcome.cpp \
  58. chltype.cpp \
  59. getmode.cpp \
  60. oper.cpp \
  61. telproc.cpp \
  62. telrproc.cpp \
  63. retail.cpp \
  64. licensetype.cpp \
  65. fonts.cpp \
  66. mode.cpp \
  67. CHRegister.cpp \
  68. prgrss2.cpp \
  69. fancypasting.cpp \
  70. wwwreissue.cpp \
  71. licensinglink.cpp \
  72. licensecodelite.cpp
  73. TARGETLIBS=\
  74. $(LICENSE_ROOT)\pidapi\lib\*\medsig.lib \
  75. $(LICENSE_ROOT)\validdp\lib\*\validdp12.lib \
  76. $(SDK_LIB_PATH)\rpcrt4.lib \
  77. $(SDK_LIB_PATH)\rpcns4.lib \
  78. $(TERMSRV_ROOT)\lib\$(ALT_PROJECT_TARGET)\$(O)\tlsapip.lib \
  79. $(TERMSRV_ROOT)\lib\$(ALT_PROJECT_TARGET)\$(O)\tlsapipex.lib \
  80. $(TERMSRV_ROOT)\lib\$(O)\trust.lib \
  81. $(TERMSRV_ROOT)\lib\$(O)\lkplite.lib \
  82. $(DS_LIB_PATH)\bignum.lib \
  83. $(DS_LIB_PATH)\rsa32.lib \
  84. $(DS_LIB_PATH)\randlib.lib \
  85. $(SDK_LIB_PATH)\kernel32.lib \
  86. $(SDK_LIB_PATH)\advapi32.lib \
  87. $(SDK_LIB_PATH)\gdi32.lib \
  88. $(SDK_LIB_PATH)\comctl32.lib \
  89. $(SDK_LIB_PATH)\comdlg32.lib \
  90. $(SDK_LIB_PATH)\wininet.lib \
  91. $(SDK_LIB_PATH)\crypt32.lib \
  92. $(SDK_LIB_PATH)\ws2_32.lib \
  93. $(SDK_LIB_PATH)\user32.lib \
  94. $(SHELL_LIB_PATH)\shell32p.lib \
  95. $(SDK_LIB_PATH)\htmlhelp.lib