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.

83 lines
1.8 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=Cli
  17. TARGETNAME=Rss
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=PROGRAM
  21. # Force bringing in makefile.inc so better dependencies for RC file are known to build
  22. NTTARGETFILES=
  23. INCLUDES=..;..\$(O);$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);$(SDK_INC_PATH)
  24. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE -DCLI_IMPL
  25. PASS0_SOURCEDIR=..\$(O)
  26. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  27. TLBDIR=.
  28. SOURCES= \
  29. rsscli.rc \
  30. ..\cliparse.cpp \
  31. UMTYPE=console
  32. UMENTRY=wmain
  33. UNICODE=1
  34. TARGETLIBS= \
  35. $(SDK_LIB_PATH)\advapi32.lib\
  36. $(SDK_LIB_PATH)\kernel32.lib\
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib\
  39. $(SDK_LIB_PATH)\user32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib \
  41. $(BASEP_HSM_DIR)\lib\$(O)\RsConn.lib \
  42. $(BASEP_HSM_DIR)\lib\$(O)\FsaGuid.lib \
  43. $(BASEP_HSM_DIR)\lib\$(O)\HsmGuid.lib \
  44. $(BASEP_HSM_DIR)\lib\$(O)\JobGuid.lib \
  45. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  46. $(BASEP_HSM_DIR)\lib\$(O)\RsCli.lib \
  47. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib
  48. USE_MSVCRT=1
  49. USE_NATIVE_EH=1
  50. USE_ATL=1
  51. PRECOMPILED_CXX=1
  52. PRECOMPILED_INCLUDE=..\stdafx.h
  53. PRECOMPILED_OBJ=precomp.obj
  54. RCNOFONTMAP=1