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.

92 lines
2.2 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=Mover
  17. TARGETNAME=RsMover
  18. TARGETPATH=$(BASEP_HSM_DIR)\bin\$(_OBJ_DIR)
  19. TARGETPATHLIB=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  20. TARGETTYPE=DYNLINK
  21. #
  22. # Bring in .\Makefile.inc
  23. #
  24. NTTARGETFILE0=
  25. INCLUDES=$(BASEP_HSM_DIR)\idl\mover\$(O);$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O);..\..\engine\copyfile;
  26. C_DEFINES=$(C_DEFINES) -D_MERGE_PROXYSTUB -D_UNICODE -DUNICODE -DMVR_IMPL
  27. MIDL_FLAGS = $(MIDL_FLAGS) -tlb $(TLBDIR)\$(<:.idl=.tlb)
  28. MIDL_UUIDDIR=$(BASEP_HSM_DIR)\idl\mvrguid\$(O)
  29. PASS0_SOURCEDIR=$(BASEP_HSM_DIR)\idl\mover\$(O)
  30. PASS0_HEADERDIR=$(BASEP_HSM_DIR)\inc\$(O)
  31. TLBDIR=$(BASEP_HSM_DIR)\inc\$(O)
  32. SOURCES= \
  33. dlldatax.c \
  34. StdAfx.cpp \
  35. Mover.cpp \
  36. NtTapeIo.cpp \
  37. NtFileIo.cpp \
  38. FilterIo.cpp \
  39. MTFSessn.cpp \
  40. mtfapi.cpp \
  41. Mover.rc \
  42. UMTYPE=windows
  43. TARGETLIBS= \
  44. $(SDK_LIB_PATH)\advapi32.lib\
  45. $(SDK_LIB_PATH)\kernel32.lib\
  46. $(SDK_LIB_PATH)\ole32.lib \
  47. $(SDK_LIB_PATH)\rpcrt4.lib \
  48. $(SDK_LIB_PATH)\oleaut32.lib\
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\uuid.lib \
  51. $(BASEP_HSM_DIR)\lib\$(O)\RsCommon.lib \
  52. $(BASEP_HSM_DIR)\lib\$(O)\WsbGuid.lib \
  53. $(BASEP_HSM_DIR)\lib\$(O)\RmsGuid.lib \
  54. $(BASEP_HSM_DIR)\lib\$(O)\MvrGuid.lib \
  55. # The following line should eventually be changed to a name in COFFBASE.TXT
  56. DLLBASE=0x5f180000
  57. DLLDEF=Mover.def
  58. DLLENTRY=_DllMainCRTStartup
  59. USE_MSVCRT=1
  60. USE_NATIVE_EH=1
  61. USE_ATL=1
  62. PRECOMPILED_CXX=1
  63. PRECOMPILED_INCLUDE=stdafx.h
  64. PRECOMPILED_OBJ=precomp.obj
  65. RCNOFONTMAP=1