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.
33 lines
696 B
33 lines
696 B
TARGETNAME = ieakutil
|
|
|
|
!include ..\..\common.inc
|
|
SOURCES_USED = $(SOURCES_USED) ..\..\common.inc
|
|
|
|
|
|
#----- Strandard goo -----
|
|
TARGETTYPE = LIBRARY
|
|
CHICAGO_PRODUCT = 1
|
|
|
|
|
|
#----- C/C++ compilation settings -----
|
|
PRECOMPILED_INCLUDE = ..\precomp.h
|
|
INCLUDES = \
|
|
..; \
|
|
$(INCLUDES)
|
|
|
|
|
|
#----- C/C++ source files (like you didn't know) -----
|
|
SOURCES = \
|
|
..\dlgctrl.cpp \
|
|
..\str.cpp \
|
|
..\path.cpp \
|
|
..\reg.cpp \
|
|
..\file.cpp \
|
|
..\logitem.cpp \
|
|
..\regins.cpp \
|
|
..\ras.cpp \
|
|
..\unicwrap.cpp \
|
|
..\misc.cpp \
|
|
..\insio.cpp \
|
|
..\dload.cpp \
|
|
..\debug.cpp
|