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
28 lines
601 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
FUSION_BUILD_TYPE=WIN
|
|
!include $(PROJECT_ROOT)\win32\fusion\msi\msi.inc
|
|
|
|
MAJORCOMP=fusion
|
|
MINORCOMP=migrate
|
|
|
|
TARGETNAME=migrate
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=migrate.def
|
|
DLLENTRY=DllMain
|
|
|
|
INCLUDES= $(FUSION_MSI_INC_PATH);$(INCLUDES);$(INC_DIR);$(SDK_INC_PATH);$(RES_OBJDIR);$(BUILD_COMMONDIR)
|
|
BINPLACE_PLACEFILE=..\placefil.txt
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=migrate.cpp \
|
|
migrate.rc
|