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.

95 lines
2.3 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=RsTask
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. UMTYPE=windows
  22. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\copyfile;..\..\mover\inc;..\inc
  23. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  24. SOURCES= \
  25. StdAfx.cpp \
  26. task.cpp \
  27. TskMgr.cpp \
  28. hsmWorkQ.cpp \
  29. hsmWorkI.cpp \
  30. hsmReclQ.cpp \
  31. hsmReclI.cpp \
  32. tsktrace.cpp \
  33. bagHole.cpp \
  34. segrec.cpp \
  35. segdb.cpp \
  36. baginfo.cpp \
  37. medinfo.cpp \
  38. VolAsgn.cpp \
  39. task.rc \
  40. TARGETLIBS= \
  41. $(SDK_LIB_PATH)\advapi32.lib\
  42. $(SDK_LIB_PATH)\kernel32.lib\
  43. $(SDK_LIB_PATH)\ole32.lib \
  44. $(SDK_LIB_PATH)\oleaut32.lib\
  45. $(SDK_LIB_PATH)\user32.lib \
  46. $(SDK_LIB_PATH)\uuid.lib \
  47. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  48. $(BASEP_HSM_DIR)\lib\$(O)\RsConn.lib \
  49. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  50. $(BASEP_HSM_DIR)\lib\$(O)\JobGuid.lib \
  51. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  52. $(BASEP_HSM_DIR)\lib\$(O)\RsIdb.lib \
  53. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  54. $(BASEP_HSM_DIR)\lib\$(O)\RmsGuid.lib \
  55. $(BASEP_HSM_DIR)\lib\$(O)\MvrGuid.lib \
  56. # These may be required in the future
  57. # $(SDK_LIB_PATH)\rpcrt4.lib \
  58. # The following line should eventually be changed to a name in COFFBASE.TXT
  59. DLLBASE=0x5f290000
  60. DLLDEF=Task.def
  61. DLLENTRY=_DllMainCRTStartup
  62. USE_MSVCRT=1
  63. USE_NATIVE_EH=1
  64. USE_ATL=1
  65. PRECOMPILED_CXX=1
  66. PRECOMPILED_INCLUDE=stdafx.h
  67. PRECOMPILED_OBJ=precomp.obj
  68. RCNOFONTMAP=1