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.

101 lines
2.4 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=Job
  17. TARGETNAME=RsJob
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. # Force bringing in makefile.inc so better dependencies for RC file are known to build
  22. NTTARGETFILES=
  23. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..;..\$(O)
  24. C_DEFINES=$(C_DEFINES) -D_MERGE_PROXYSTUB -D_UNICODE -DUNICODE
  25. USER_C_FLAGS = /Zm200
  26. PASS0_SOURCEDIR=..\$(O)
  27. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  28. TLBDIR=$(O)
  29. SOURCES= \
  30. ..\dlldatax.c \
  31. ..\dlldataz.c \
  32. ..\StdAfx.cpp \
  33. ..\hsmacrsc.cpp \
  34. ..\hsmactn.cpp \
  35. ..\hsmcrit.cpp \
  36. ..\HsmJob.CPP \
  37. ..\hsmjobcx.cpp \
  38. ..\hsmjobdf.cpp \
  39. ..\hsmjobwi.cpp \
  40. ..\hsmphase.cpp \
  41. ..\hsmpolcy.cpp \
  42. ..\hsmrule.cpp \
  43. ..\hsmrlstk.cpp \
  44. ..\hsmscan.cpp \
  45. ..\hsmsess.cpp \
  46. ..\hsmsesst.cpp \
  47. ..\job.cpp \
  48. ..\job.rc \
  49. UMTYPE=windows
  50. TARGETLIBS= \
  51. $(SDK_LIB_PATH)\advapi32.lib\
  52. $(SDK_LIB_PATH)\kernel32.lib\
  53. $(SDK_LIB_PATH)\ole32.lib \
  54. $(SDK_LIB_PATH)\oleaut32.lib\
  55. $(SDK_LIB_PATH)\rpcrt4.lib \
  56. $(SDK_LIB_PATH)\user32.lib \
  57. $(SDK_LIB_PATH)\uuid.lib \
  58. $(BASEP_HSM_DIR)\lib\$(O)\RsConn.lib \
  59. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  60. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  61. $(BASEP_HSM_DIR)\lib\$(O)\JobGuid.lib \
  62. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  63. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib
  64. # The following line should eventually be changed to a name in COFFBASE.TXT
  65. DLLBASE=0x5f420000
  66. DLLDEF=..\Job.def
  67. DLLENTRY=_DllMainCRTStartup
  68. USE_MSVCRT=1
  69. USE_NATIVE_EH=1
  70. USE_ATL=1
  71. PRECOMPILED_CXX=1
  72. PRECOMPILED_INCLUDE=..\stdafx.h
  73. PRECOMPILED_OBJ=precomp.obj
  74. RCNOFONTMAP=1