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.

82 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=HsmConn
  17. TARGETNAME=RsConn
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O)
  22. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE -DHSMCONN_IMPL
  23. !if defined(WSB_SAMPLE_DS)
  24. C_DEFINES=$(C_DEFINES) -DUSE_SAMPLE_DS
  25. !endif
  26. SOURCES= \
  27. HsmConn.cpp \
  28. HsmConn.rc \
  29. UMTYPE=windows
  30. TARGETLIBS= \
  31. $(SDK_LIB_PATH)\activeds.lib\
  32. $(SDK_LIB_PATH)\adsiid.lib \
  33. $(SDK_LIB_PATH)\advapi32.lib\
  34. $(SDK_LIB_PATH)\kernel32.lib\
  35. $(SDK_LIB_PATH)\ole32.lib \
  36. $(SDK_LIB_PATH)\oleaut32.lib\
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\uuid.lib \
  39. $(SDK_LIB_PATH)\netapi32.lib \
  40. $(SDK_LIB_PATH)\secur32.lib \
  41. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  42. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  43. $(BASEP_HSM_DIR)\lib\$(O)\HsmSGuid.lib \
  44. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  45. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  46. # These may be required in the future
  47. # $(SDK_LIB_PATH)\rpcrt4.lib \
  48. # $(SDK_LIB_PATH)\rpcndr.lib \
  49. # The following line should eventually be changed to a name in COFFBASE.TXT
  50. DLLBASE=0x5f200000
  51. DLLDEF=HsmConn.def
  52. DLLENTRY=_DllMainCRTStartup
  53. USE_MSVCRT=1
  54. USE_NATIVE_EH=1
  55. USE_ATL=1
  56. RCNOFONTMAP=1