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.

110 lines
2.3 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); \
  24. $(BASEP_HSM_DIR)\inc; \
  25. $(BASEP_HSM_DIR)\inc\$(O); \
  26. $(BASEP_HSM_DIR)\types\wsb\$(O);
  27. C_DEFINES=$(C_DEFINES) -D_MERGE_PROXYSTUB -D_UNICODE -DUNICODE -DWSB_IMPL
  28. PASS0_SOURCEDIR=$(BASEP_HSM_DIR)\idl\wsb\$(O)
  29. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  30. TLBDIR=$(BASEP_HSM_DIR)\inc\$(O)
  31. SOURCES= \
  32. dlldatax.c \
  33. StdAfx.cpp \
  34. Wsb.cpp \
  35. wsbaccnt.cpp \
  36. wsbbstrg.cpp \
  37. wsbcltbl.cpp \
  38. wsbcltn.cpp \
  39. wsbcore.cpp \
  40. wsbenum.cpp \
  41. wsbfile.cpp \
  42. wsbguid.cpp \
  43. wsbhash.cpp \
  44. wsbport.cpp \
  45. wsbpstbl.cpp \
  46. wsbpstrg.cpp \
  47. wsbregty.cpp \
  48. wsbserv.cpp \
  49. wsbstrg.cpp \
  50. wsbsvc.cpp \
  51. wsbtrace.cpp \
  52. wsbtrak.cpp \
  53. wsbtrc.cpp \
  54. wsbusn.cpp \
  55. wsbvar.cpp \
  56. wsbfmt.cpp \
  57. wsbvol.cpp \
  58. wsb.rc \
  59. UMTYPE=windows
  60. TARGETLIBS= \
  61. $(SDK_LIB_PATH)\advapi32.lib\
  62. $(SDK_LIB_PATH)\kernel32.lib\
  63. $(SDK_LIB_PATH)\netapi32.lib\
  64. $(SDK_LIB_PATH)\ole32.lib \
  65. $(SDK_LIB_PATH)\rpcrt4.lib \
  66. $(SDK_LIB_PATH)\oleaut32.lib\
  67. $(SDK_LIB_PATH)\user32.lib \
  68. $(SDK_LIB_PATH)\uuid.lib \
  69. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  70. # The following line should eventually be changed to a name in COFFBASE.TXT
  71. DLLBASE=0x5f100000
  72. DLLDEF=Wsb.def
  73. DLLENTRY=_DllMainCRTStartup
  74. USE_MSVCRT=1
  75. USE_NATIVE_EH=1
  76. USE_ATL=1
  77. PRECOMPILED_CXX=1
  78. PRECOMPILED_INCLUDE=stdafx.h
  79. PRECOMPILED_OBJ=precomp.obj
  80. RCNOFONTMAP=1