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.

28 lines
601 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. FUSION_BUILD_TYPE=WIN
  5. !include $(PROJECT_ROOT)\win32\fusion\msi\msi.inc
  6. MAJORCOMP=fusion
  7. MINORCOMP=migrate
  8. TARGETNAME=migrate
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLDEF=migrate.def
  12. DLLENTRY=DllMain
  13. INCLUDES= $(FUSION_MSI_INC_PATH);$(INCLUDES);$(INC_DIR);$(SDK_INC_PATH);$(RES_OBJDIR);$(BUILD_COMMONDIR)
  14. BINPLACE_PLACEFILE=..\placefil.txt
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\advapi32.lib \
  18. $(SDK_LIB_PATH)\kernel32.lib
  19. USE_MSVCRT=1
  20. SOURCES=migrate.cpp \
  21. migrate.rc