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.

78 lines
1.7 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=hsm
  15. MINORCOMP=hsmservr
  16. TARGETNAME=RsServ
  17. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  18. TARGETTYPE=PROGRAM
  19. NTTARGETFILES=
  20. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);$(BASEP_HSM_DIR)\idl\hsmsps\$(O);..;$(BASEP_HSM_DIR)\engine\inc
  21. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  22. PASS0_SOURCEDIR=$(BASEP_HSM_DIR)\idl\hsmsps\$(O)
  23. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  24. SOURCES= \
  25. ..\hsmconpt.cpp \
  26. ..\hsmservr.cpp \
  27. ..\stdafx.cpp \
  28. ..\hsmservr.rc \
  29. UMTYPE=console
  30. UMENTRY=wwinmain
  31. TARGETLIBS= \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib\
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(BASEP_HSM_DIR)\lib\$(O)\HsmSGuid.lib \
  37. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  38. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  39. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  40. $(BASEP_HSM_DIR)\lib\$(O)\RsIdb.lib \
  41. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib
  42. # May be needed in future
  43. # $(SDK_LIB_PATH)\advapi32.lib\
  44. # $(SDK_LIB_PATH)\kernel32.lib\
  45. # $(SDK_LIB_PATH)\rpcrt4.lib \
  46. # $(SDK_LIB_PATH)\rpcndr.lib
  47. USE_MSVCRT=1
  48. USE_NATIVE_EH=1
  49. USE_ATL=1
  50. PRECOMPILED_CXX=1
  51. PRECOMPILED_INCLUDE=..\stdafx.h
  52. PRECOMPILED_OBJ=precomp.obj
  53. RCNOFONTMAP=1