mirror of https://github.com/tongzx/nt5src
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.
29 lines
615 B
29 lines
615 B
TARGETNAME=muisetup
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=\
|
|
muisetup.rc \
|
|
muisetup.cpp \
|
|
installer.cpp \
|
|
diamond.cpp \
|
|
welcome.cpp
|
|
|
|
INCLUDES=$(INCLUDES);$(BASE_INC_PATH);$(SHELL_INC_PATH)
|
|
|
|
C_DEFINES= -DUNICODE -D_UNICODE
|
|
LINKER_FLAGS = /SWAPRUN:CD
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\lz32.lib \
|
|
$(SHELL_LIB_PATH)\shell32p.lib
|
|
|