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.

106 lines
2.6 KiB

  1. TARGETNAME = ieakwiz
  2. !include ..\common.inc
  3. SOURCES_USED = \
  4. $(SOURCES_USED) \
  5. ..\common.inc
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. #
  9. # The TARGETLIBS macro specifies additional libraries to link against your target
  10. # image. Each library path specification should contain an asterisk (*)
  11. # where the machine-specific subdirectory name should go.
  12. #
  13. # on Alpha the call to CopyMemory is mapped to c-runtime
  14. # and needs otsmove which is from c-runtime libraries.
  15. # the below is needed for alpha.
  16. !IF !$(386)
  17. USE_CRTDLL=1
  18. !ENDIF
  19. #----- Libraries -----
  20. USE_MSVCRT = 1
  21. TARGETLIBS = \
  22. $(TARGETLIBS) \
  23. $(SDK_LIB_PATH)\shell32.lib \
  24. $(SDK_LIB_PATH)\comdlg32.lib \
  25. $(SDK_LIB_PATH)\oldnames.lib \
  26. $(SDK_LIB_PATH)\version.lib \
  27. $(SDK_LIB_PATH)\mpr.lib \
  28. $(SDK_LIB_PATH)\imm32.lib \
  29. $(SDK_LIB_PATH)\urlmon.lib \
  30. $(SDK_LIB_PATH)\wininet.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\advpack.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\comctl32.lib \
  36. $(SDK_LIB_PATH)\inseng.lib \
  37. $(SDK_LIB_PATH)\htmlhelp.lib \
  38. $(IEAK_ENG_PATH)\$(O)\ieakeng.lib \
  39. $(IEAK_UTIL_PATHW)\$(O)\ieakutil.lib
  40. #
  41. # Fusionized
  42. #
  43. SXS_ASSEMBLY_NAME=Microsoft.Windows.IEAK.ieakwiz
  44. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  45. SXS_MANIFEST=ieakwiz.Manifest
  46. SXS_MANIFEST_IN_RESOURCES=1
  47. SXS_NO_BINPLACE=1
  48. #
  49. # The developer defines the SOURCES macro. It contains a list of all the
  50. # source files for this component. Specify each source file on a separate
  51. # line using the line-continuation character. This minimizes merge
  52. # conflicts if two developers are adding source files to the same component.
  53. #
  54. SOURCES = \
  55. adjustui.cpp \
  56. insengt.cpp \
  57. wizard.cpp \
  58. ie4comp.cpp \
  59. updates.cpp \
  60. buildie.cpp \
  61. ie4desk.cpp \
  62. intrawiz.cpp \
  63. programs.cpp \
  64. signup.cpp \
  65. btoolbar.cpp \
  66. security.cpp \
  67. autorun.cpp \
  68. status.cpp \
  69. keymake.cpp \
  70. admwizpg.cpp \
  71. customoe.cpp \
  72. update.cpp \
  73. cabclass.cpp \
  74. guids.cpp \
  75. utils.cpp \
  76. wizard.rc
  77. USE_MAPSYM = 1
  78. #
  79. # Next, specify one or more user-mode test programs and their type.
  80. # Use UMTEST for optional test programs. Use UMAPPL for
  81. # programs that are always built when the directory is built. See also
  82. # UMTYPE, UMBASE, and UMLIBS.
  83. UMTYPE = windows
  84. UMENTRY = ModuleEntry
  85. UMENTRYABS = ModuleEntry
  86. CHICAGO_PRODUCT = 1
  87. RCNOFONTMAP = 1