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.

92 lines
2.0 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. TERMSRV_ROOT = ..\..
  14. LICENSE_ROOT = ..
  15. COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
  16. LRWIZ_DIR=$(LICENSE_ROOT)\lrwizapi
  17. LSERVER_ROOT=$(LICENSE_ROOT)\tlserver
  18. MINORCOMP=LicMgr
  19. TARGETNAME=$(MINORCOMP)
  20. TARGETPATH=obj
  21. TARGETTYPE=PROGRAM
  22. SXS_ASSEMBLY_NAME=Microsoft.Windows.LICMGR
  23. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  24. SXS_MANIFEST=licmgr.exe.manifest
  25. SXS_MANIFEST_IN_RESOURCES=1
  26. # ISOLATION_AWARE_ENABLED ==> use ui themes
  27. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  28. UMTYPE=windows
  29. UMENTRY=winmain
  30. CLIENT_LIB_PATH=$(TERMSRV_ROOT)\lib
  31. CLIENT_INC_PATH=$(LSERVER_ROOT)\include;$(LSERVER_ROOT)\include\$(O);
  32. INCLUDES= \
  33. $(CLIENT_INC_PATH); \
  34. $(LRWIZ_DIR); \
  35. $(COMMON_ROOT)\license\inc; \
  36. $(LICENSE_ROOT)\inc
  37. USE_MFC=1
  38. USE_LIBCMT=1
  39. USE_MFCUNICODE=1
  40. SUBSYSTEM_VERSION=4.00
  41. MFC_INCLUDES=$(SDK_INC_PATH)\mfc42
  42. PRECOMPILED_CXX=1
  43. PRECOMPILED_INCLUDE=stdafx.h
  44. LINKER_STACKCOMMITSIZE=32768
  45. SOURCES = \
  46. ..\tlshunt.cpp \
  47. ..\CmdLn.cpp \
  48. ..\CntDlg.cpp \
  49. ..\LicMgr.cpp \
  50. ..\LtView.cpp \
  51. ..\LSServer.cpp \
  52. ..\MainFrm.cpp \
  53. ..\RtList.cpp \
  54. ..\LSMgrDoc.cpp \
  55. ..\LicMgr.rc
  56. UMLIBS=\
  57. $(LRWIZ_DIR)\$(O)\lrwizdll.lib \
  58. $(CLIENT_LIB_PATH)\$(ALT_PROJECT_TARGET)\$(O)\tlsapip.lib \
  59. $(SDK_LIB_PATH)\shell32.lib \
  60. $(SDK_LIB_PATH)\comctl32.lib \
  61. $(SDK_LIB_PATH)\rpcrt4.lib \
  62. $(SDK_LIB_PATH)\rpcns4.lib \
  63. $(SDK_LIB_PATH)\oleaut32.lib \
  64. $(SDK_LIB_PATH)\ole32.lib \
  65. $(SDK_LIB_PATH)\comctl32.lib \
  66. $(SDK_LIB_PATH)\comdlg32.lib \
  67. $(SDK_LIB_PATH)\netapi32.lib \
  68. $(SDK_LIB_PATH)\htmlhelp.lib