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.
34 lines
717 B
34 lines
717 B
TARGETNAME = update
|
|
|
|
|
|
!include ..\common.inc
|
|
SOURCES_USED = \
|
|
$(SOURCES_USED) \
|
|
..\common.inc
|
|
|
|
|
|
#----- Strandard goo -----
|
|
TARGETTYPE = PROGRAM
|
|
UMTYPE = windows
|
|
UMENTRY = ModuleEntry
|
|
UMENTRYABS = ModuleEntry
|
|
CHICAGO_PRODUCT = 1
|
|
|
|
|
|
#----- C/C++ source files -----
|
|
SOURCES = \
|
|
update.cpp \
|
|
update.rc
|
|
|
|
|
|
#----- Libraries -----
|
|
USE_MSVCRT = 1
|
|
|
|
TARGETLIBS = \
|
|
$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\advpack.lib \
|
|
$(SDK_LIB_PATH)\inseng.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(IEAK_UTIL_PATHW)\$(O)\ieakutil.lib
|