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.

75 lines
1.8 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # byronc, coopp, keisuket, vlads
  7. #
  8. #Date:
  9. # 2-Feb-2000
  10. #
  11. #Module Name:
  12. # sources.inc
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # StillImage class installer
  22. #
  23. # ############################################################
  24. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  25. MAJORCOMP=windows
  26. MINORCOMP=splsetup
  27. TARGETNAME=migrate
  28. TARGETPATH=$(OBJ_DIR)
  29. TARGETTYPE=DYNLINK
  30. NTTARGETFILE0=$(O)\msg.h $(O)\msg.rc
  31. DLLDEF=migrate.def
  32. DLLENTRY=DllEntryPoint
  33. TARGETEXT=dll
  34. COFFBASE=usermode
  35. UMTYPE=console
  36. #
  37. # Make sure we pick up the latest versions of things
  38. #
  39. WIN32_WINNT_VERSION=$(LATEST_WIN32_WINNT_VERSION)
  40. #
  41. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  42. #
  43. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  44. INCLUDES=$(INCLUDES);$(BASE_INC_PATH);.
  45. SOURCES= nt.c \
  46. migmain.c \
  47. migrate.rc \
  48. util.c \
  49. win9x.c
  50. TARGETLIBS= $(TARGETLIBS) \
  51. $(SHELL_LIB_PATH)\shfusion.lib \
  52. $(SDK_LIB_PATH)\shell32.lib \
  53. $(SDK_LIB_PATH)\mscms.lib \
  54. $(SDK_LIB_PATH)\oldnames.lib \
  55. $(SDK_LIB_PATH)\Version.lib \
  56. $(WIA_LIB_PATH)\stirt.lib \
  57. $(SDK_LIB_PATH)\wiaguid.lib
  58. BINPLACE_PLACEFILE=placefil.txt
  59. USE_MSVCRT=1
  60. C_DEFINES=-DVERBOSE -DDBG