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.

108 lines
2.2 KiB

  1. !IF 0
  2. Copyright (c) 1997 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=Wsb
  17. TARGETNAME=RsCommon
  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)\idl\wsb\$(O);$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);$(SDK_INC_PATH)
  24. C_DEFINES=$(C_DEFINES) -D_MERGE_PROXYSTUB -D_UNICODE -DUNICODE -DWSB_IMPL
  25. PASS0_SOURCEDIR=$(BASEP_HSM_DIR)\idl\wsb\$(O)
  26. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  27. TLBDIR=$(BASEP_HSM_DIR)\inc\$(O)
  28. SOURCES= \
  29. dlldatax.c \
  30. StdAfx.cpp \
  31. Wsb.cpp \
  32. wsbaccnt.cpp \
  33. wsbbstrg.cpp \
  34. wsbcltbl.cpp \
  35. wsbcltn.cpp \
  36. wsbcore.cpp \
  37. wsbenum.cpp \
  38. wsbfile.cpp \
  39. wsbguid.cpp \
  40. wsbhash.cpp \
  41. wsbport.cpp \
  42. wsbpstbl.cpp \
  43. wsbpstrg.cpp \
  44. wsbregty.cpp \
  45. wsbserv.cpp \
  46. wsbstrg.cpp \
  47. wsbsvc.cpp \
  48. wsbtrace.cpp \
  49. wsbtrak.cpp \
  50. wsbtrc.cpp \
  51. wsbusn.cpp \
  52. wsbvar.cpp \
  53. wsbfmt.cpp \
  54. wsbvol.cpp \
  55. wsb.rc \
  56. UMTYPE=windows
  57. TARGETLIBS= \
  58. $(SDK_LIB_PATH)\advapi32.lib\
  59. $(SDK_LIB_PATH)\kernel32.lib\
  60. $(SDK_LIB_PATH)\netapi32.lib\
  61. $(SDK_LIB_PATH)\ole32.lib \
  62. $(SDK_LIB_PATH)\rpcrt4.lib \
  63. $(SDK_LIB_PATH)\rpcndr.lib \
  64. $(SDK_LIB_PATH)\oleaut32.lib\
  65. $(SDK_LIB_PATH)\user32.lib \
  66. $(SDK_LIB_PATH)\uuid.lib \
  67. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  68. # The following line should eventually be changed to a name in COFFBASE.TXT
  69. DLLBASE=0x5f100000
  70. DLLDEF=Wsb.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