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.

90 lines
1.9 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=Wsb
  17. TARGETNAME=RsIdb
  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)
  24. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE -DIDB_IMPL
  25. MIDL_FLAGS = $(MIDL_FLAGS) -tlb $(TLBDIR)\$(<F:.idl=.tlb)
  26. MIDL_UUIDDIR=$(BASEP_HSM_DIR)\idl\wsbguid\$(O)
  27. PASS0_SOURCEDIR=$(O)
  28. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  29. TLBDIR=$(O)
  30. SOURCES= \
  31. StdAfx.cpp \
  32. RsIdb.cpp \
  33. wsbdb.cpp \
  34. wsbdbkey.cpp \
  35. wsbdbent.cpp \
  36. wsbdbses.cpp \
  37. wsbdbsys.cpp \
  38. RsIdb.rc \
  39. UMTYPE=windows
  40. TARGETLIBS= \
  41. $(SDK_LIB_PATH)\advapi32.lib\
  42. $(SDK_LIB_PATH)\kernel32.lib\
  43. $(SDK_LIB_PATH)\ole32.lib \
  44. $(SDK_LIB_PATH)\rpcrt4.lib \
  45. $(SDK_LIB_PATH)\oleaut32.lib\
  46. $(SDK_LIB_PATH)\user32.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(SDK_LIB_PATH)\esent.lib \
  49. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  50. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  51. # The following line should eventually be changed to a name in COFFBASE.TXT
  52. DLLBASE=0x5f4c0000
  53. DLLDEF=RsIdb.def
  54. DLLENTRY=_DllMainCRTStartup
  55. USE_MSVCRT=1
  56. USE_NATIVE_EH=1
  57. USE_ATL=1
  58. PRECOMPILED_CXX=1
  59. PRECOMPILED_INCLUDE=stdafx.h
  60. PRECOMPILED_OBJ=precomp.obj
  61. RCNOFONTMAP=1