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.

87 lines
1.9 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
  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. DLLDEF=LRWizDLL.def
  25. COFFBASE=usermode
  26. INCLUDES= \
  27. $(INCLUDES); \
  28. $(COMMON_ROOT)\license\inc; \
  29. $(LSERVER_ROOT)\include; \
  30. $(LSERVER_ROOT)\include\$(O);
  31. USE_MFCUNICODE=1
  32. SUBSYSTEM_VERSION=4.00
  33. SOURCES = \
  34. wwwlkp.cpp \
  35. wwwreg.cpp \
  36. custcont.cpp \
  37. CHMOLP.cpp \
  38. CHSelect.cpp \
  39. Global.cpp \
  40. lrwizapi.cpp \
  41. LRWizDLL.cpp \
  42. LrWizDLL.rc \
  43. PINDlg.cpp \
  44. Progress.cpp \
  45. PropDlgs.cpp \
  46. Utils.cpp \
  47. Welcome.cpp \
  48. chltype.cpp \
  49. getmode.cpp \
  50. oper.cpp \
  51. telproc.cpp \
  52. telrproc.cpp \
  53. retail.cpp
  54. TARGETLIBS=\
  55. $(LICENSE_ROOT)\pidapi\lib\*\medsig.lib \
  56. $(TERMSRV_ROOT)\lib\$(ALT_PROJECT_TARGET)\$(O)\tlsapip.lib \
  57. $(TERMSRV_ROOT)\lib\$(O)\trust.lib \
  58. $(TERMSRV_ROOT)\lib\$(O)\lkplite.lib \
  59. $(DS_LIB_PATH)\bignum.lib \
  60. $(DS_LIB_PATH)\rsa32.lib \
  61. $(DS_LIB_PATH)\randlib.lib \
  62. $(SDK_LIB_PATH)\kernel32.lib \
  63. $(SDK_LIB_PATH)\advapi32.lib \
  64. $(SDK_LIB_PATH)\gdi32.lib \
  65. $(SDK_LIB_PATH)\comctl32.lib \
  66. $(SDK_LIB_PATH)\comdlg32.lib \
  67. $(SDK_LIB_PATH)\wininet.lib \
  68. $(SDK_LIB_PATH)\crypt32.lib \
  69. $(SDK_LIB_PATH)\ws2_32.lib \
  70. $(SDK_LIB_PATH)\user32.lib