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.

104 lines
2.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. � 1998 Seagate Software, Inc. All rights reserved
  4. Module Name:
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author:
  12. Steve Wood (stevewo) 12-Apr-1990
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=hsm
  16. MINORCOMP=Rms
  17. TARGETNAME=RsSub
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. #
  22. # This brings in the .\makefile.inc file
  23. #
  24. NTTARGETFILE0=
  25. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\..\idl\rmsps
  26. TLBDIR=$(BASEP_HSM_DIR)\inc\$(O)
  27. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  28. SOURCES= \
  29. Rms.cpp \
  30. RmsCartg.cpp \
  31. RmsCElmt.cpp \
  32. RmsChngr.cpp \
  33. RmsClien.cpp \
  34. RmsDrCls.cpp \
  35. RmsDrive.cpp \
  36. RmsDvice.cpp \
  37. RmsIPort.cpp \
  38. RmsLibry.cpp \
  39. RmsLocat.cpp \
  40. RmsObjct.cpp \
  41. RmsPartn.cpp \
  42. RmsReqst.cpp \
  43. RmsServr.cpp \
  44. RmsSInfo.cpp \
  45. RmsSSlot.cpp \
  46. RmsMdSet.cpp \
  47. RmsNTMS.cpp \
  48. StdAfx.cpp \
  49. Rms.rc \
  50. UMTYPE=windows
  51. TARGETLIBS= \
  52. $(SDK_LIB_PATH)\advapi32.lib \
  53. $(SDK_LIB_PATH)\kernel32.lib \
  54. $(SDK_LIB_PATH)\ole32.lib \
  55. $(SDK_LIB_PATH)\oleaut32.lib \
  56. $(SDK_LIB_PATH)\user32.lib \
  57. $(SDK_LIB_PATH)\uuid.lib \
  58. $(SDK_LIB_PATH)\ntmsapi.lib \
  59. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  60. $(BASEP_HSM_DIR)\lib\$(O)\RsConn.lib \
  61. $(BASEP_HSM_DIR)\lib\$(O)\MvrGuid.lib \
  62. $(BASEP_HSM_DIR)\lib\$(O)\RmsGuid.lib \
  63. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  64. # May be needed in future
  65. # $(SDK_LIB_PATH)\rpcrt4.lib \
  66. # $(SDK_LIB_PATH)\rpcndr.lib \
  67. # The following line should eventually be changed to a name in COFFBASE.TXT
  68. DLLBASE=0x5f600000
  69. DLLDEF=rms.def
  70. DLLENTRY=_DllMainCRTStartup
  71. USE_MSVCRT=1
  72. USE_NATIVE_EH=1
  73. USE_ATL=1
  74. PRECOMPILED_CXX=1
  75. PRECOMPILED_INCLUDE=stdafx.h
  76. PRECOMPILED_OBJ=precomp.obj
  77. RCNOFONTMAP=1