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.
26 lines
606 B
26 lines
606 B
TARGETNAME = ieakui
|
|
|
|
!include ..\common.inc
|
|
SOURCES_USED = $(SOURCES_USED) ..\common.inc
|
|
|
|
|
|
#----- Strandard goo -----
|
|
TARGETTYPE = DYNLINK
|
|
TARGETEXT = dll
|
|
DLLBASE = 0x70000000
|
|
UMTYPE = windows
|
|
CHICAGO_PRODUCT = 1
|
|
RESOURCE_ONLY_DLL = 1
|
|
|
|
#VERIFY_LC=1
|
|
LC_PATH=$(PROJECT_ROOT)\lcinf
|
|
|
|
|
|
#----- C/C++ compilation settings -----
|
|
PRECOMPILED_INCLUDE = # no precompiled header
|
|
NO_BROWSER_FILE = 1 # no browser info
|
|
|
|
|
|
#----- C/C++ source files (like you didn't know) -----
|
|
SOURCES = \
|
|
ieakui.rc
|