2011-12-17 08:30:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
FILE_LIST = \
|
|
|
|
etk/Debug.cpp \
|
|
|
|
etk/DebugInternal.cpp \
|
|
|
|
etk/Memory.cpp \
|
2012-01-24 17:55:17 +01:00
|
|
|
etk/unicode.cpp \
|
|
|
|
etk/unicodeTable.cpp \
|
2012-02-14 19:31:25 +01:00
|
|
|
etk/UString.cpp \
|
2011-12-17 08:30:52 +01:00
|
|
|
etk/Stream.cpp \
|
|
|
|
etk/File.cpp \
|
2012-04-23 17:07:49 +02:00
|
|
|
etk/RegExp.cpp \
|
2012-08-29 18:25:24 +02:00
|
|
|
etk/tool.cpp \
|
|
|
|
etk/Matrix.cpp
|
2011-12-17 08:30:52 +01:00
|
|
|
|
2012-08-15 20:56:16 +02:00
|
|
|
ifeq ("$(TARGET_OS)","Windows")
|
|
|
|
FILE_LIST += etk/Mutex.Windows.cpp
|
|
|
|
FILE_LIST += etk/Semaphore.Windows.cpp
|
|
|
|
else
|
|
|
|
FILE_LIST += etk/Mutex.Generic.cpp
|
|
|
|
FILE_LIST += etk/Semaphore.Generic.cpp
|
|
|
|
endif
|