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.

94 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=Engine
  17. TARGETNAME=RsEng
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. NTTARGETFILES=
  22. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\..\idl\hsmps;..\inc;$(DRIVERS_INC_PATH)
  23. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  24. SOURCES= \
  25. StdAfx.cpp \
  26. HsmEng.cpp \
  27. HsmServ.cpp \
  28. Hsmcln.cpp \
  29. Hsmdeflt.cpp \
  30. HsmMgdRs.cpp \
  31. HsmMgdRc.cpp \
  32. HsmStgPl.cpp \
  33. rswriter.cpp \
  34. mountmed.cpp \
  35. HsmEng.rc \
  36. UMTYPE=windows
  37. TARGETLIBS= \
  38. $(SDK_LIB_PATH)\mstask.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\oleaut32.lib\
  41. $(SDK_LIB_PATH)\kernel32.lib\
  42. $(SDK_LIB_PATH)\user32.lib \
  43. $(SDK_LIB_PATH)\advapi32.lib\
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\esent.lib \
  46. $(SDK_LIB_PATH)\rpcrt4.lib \
  47. $(SDK_LIB_PATH)\vssapi.lib \
  48. $(BASEP_HSM_DIR)\lib\$(O)\RsConn.lib \
  49. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  50. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  51. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  52. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  53. $(BASEP_HSM_DIR)\lib\$(O)\RmsGuid.lib \
  54. $(BASEP_HSM_DIR)\lib\$(O)\JobGuid.lib \
  55. # The following line should eventually be changed to a name in COFFBASE.TXT
  56. DLLBASE=0x5f700000
  57. DLLDEF=hsmeng.def
  58. DLLENTRY=_DllMainCRTStartup
  59. USE_MSVCRT=1
  60. USE_NATIVE_EH=1
  61. USE_ATL=1
  62. PRECOMPILED_CXX=1
  63. PRECOMPILED_INCLUDE=stdafx.h
  64. PRECOMPILED_OBJ=precomp.obj
  65. RCNOFONTMAP=1