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.

106 lines
2.4 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:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=hsm
  15. MINORCOMP=Fsa
  16. TARGETNAME=RsFsa
  17. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  18. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  19. TARGETTYPE=DYNLINK
  20. NTTARGETFILES=
  21. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..;..\..\idl\fsaps
  22. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  23. #NO_BROWSER_FILE=
  24. PASS0_SOURCEDIR=$(BASEP_HSM_DIR)\idl\fsaps
  25. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  26. TLBDIR=$(BASEP_HSM_DIR)\inc\$(O)
  27. SOURCES= \
  28. ..\fsa.cpp \
  29. ..\fsafltr.cpp \
  30. ..\fsaftclt.cpp \
  31. ..\fsaftrcl.cpp \
  32. ..\FSAITEM.CPP \
  33. ..\FSAITEMr.CPP \
  34. ..\fsapost.CPP \
  35. ..\fsaprem.cpp \
  36. ..\fsarcvy.cpp \
  37. ..\fsarsc.cpp \
  38. ..\fsasrvr.cpp \
  39. ..\fsatrace.cpp \
  40. ..\fsatrunc.cpp \
  41. ..\fsaunmdb.cpp \
  42. ..\StdAfx.cpp \
  43. ..\fsa.rc \
  44. UMTYPE=windows
  45. TARGETLIBS= \
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\oleaut32.lib\
  48. $(SDK_LIB_PATH)\kernel32.lib\
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib\
  51. $(SDK_LIB_PATH)\uuid.lib \
  52. $(SDK_LIB_PATH)\ntdll.lib \
  53. $(SDK_LIB_PATH)\netapi32.lib\
  54. $(SDK_LIB_PATH)\mstask.lib \
  55. $(SDK_LIB_PATH)\setupapi.lib \
  56. $(SDK_LIB_PATH)\shell32.lib \
  57. $(BASEP_HSM_DIR)\lib\$(O)\RsConn.lib \
  58. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  59. $(BASEP_HSM_DIR)\lib\$(O)\JobGuid.lib \
  60. $(BASEP_HSM_DIR)\lib\$(O)\MvrGuid.lib \
  61. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  62. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  63. $(BASEP_HSM_DIR)\lib\$(O)\RsIdb.lib \
  64. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib
  65. # May be needed in future
  66. # $(SDK_LIB_PATH)\rpcrt4.lib \
  67. # $(SDK_LIB_PATH)\rpcndr.lib \
  68. # The following line should eventually be changed to a name in COFFBASE.TXT
  69. DLLBASE=0x5f800000
  70. DLLDEF=..\fsa.def
  71. DLLENTRY=_DllMainCRTStartup
  72. USE_MSVCRT=1
  73. USE_NATIVE_EH=1
  74. USE_ATL=1
  75. PRECOMPILED_CXX=1
  76. PRECOMPILED_INCLUDE=..\stdafx.h
  77. PRECOMPILED_OBJ=precomp.obj
  78. RCNOFONTMAP=1