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.

99 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=Fsa
  17. TARGETNAME=RsFsa
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETTYPE=PROGRAM
  20. NTTARGETFILES=
  21. INCLUDES=..\..\inc;..;..\..\idl\fsaps
  22. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  23. #NO_BROWSER_FILE=
  24. PASS0_SOURCEDIR=..\..\idl\fsaps
  25. PASS0_HEADERDIR=..\..\inc
  26. TLBDIR=$(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. ..\StdAfx.cpp \
  42. ..\fsa.rc \
  43. UMTYPE=console
  44. UMENTRY=wwinmain
  45. TARGETLIBS= \
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\oleaut32.lib\
  48. $(SDK_LIB_PATH)\user32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib \
  50. $(SDK_LIB_PATH)\ntdll.lib \
  51. $(SDK_LIB_PATH)\netapi32.lib\
  52. $(SDK_LIB_PATH)\mstask.lib \
  53. $(SDK_LIB_PATH)\setupapi.lib \
  54. $(SDK_LIB_PATH)\shell32.lib \
  55. ..\..\lib\*\RsConn.lib \
  56. ..\..\lib\*\FsaGuid.lib \
  57. ..\..\lib\*\JobGuid.lib \
  58. ..\..\lib\*\MvrGuid.lib \
  59. ..\..\lib\*\HsmGuid.lib \
  60. ..\..\lib\*\RsCommon.lib \
  61. ..\..\lib\*\RsIdb.lib \
  62. ..\..\lib\*\WsbGuid.lib
  63. # May be needed in future
  64. # $(SDK_LIB_PATH)\advapi32.lib\
  65. # $(SDK_LIB_PATH)\kernel32.lib\
  66. # $(SDK_LIB_PATH)\rpcrt4.lib \
  67. USE_MSVCRT=1
  68. USE_NATIVE_EH=1
  69. USE_ATL=1
  70. PRECOMPILED_CXX=1
  71. PRECOMPILED_INCLUDE=..\stdafx.h
  72. PRECOMPILED_OBJ=precomp.obj
  73. RCNOFONTMAP=1