mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
Moved CUnicode to lib/io. That's a reasonable place for it
that's after lib/mt. It needs to be after lib/mt in preparation for supporting platforms without the reentrant wide char and multi-byte functions.
This commit is contained in:
@@ -29,14 +29,12 @@ libbase_a_SOURCES = \
|
||||
CLog.cpp \
|
||||
CStopwatch.cpp \
|
||||
CString.cpp \
|
||||
CUnicode.cpp \
|
||||
XBase.cpp \
|
||||
BasicTypes.h \
|
||||
CFunctionJob.h \
|
||||
CLog.h \
|
||||
CStopwatch.h \
|
||||
CString.h \
|
||||
CUnicode.h \
|
||||
IInterface.h \
|
||||
IJob.h \
|
||||
TMethodJob.h \
|
||||
|
||||
@@ -30,12 +30,14 @@ libio_a_SOURCES = \
|
||||
CInputStreamFilter.cpp \
|
||||
COutputStreamFilter.cpp \
|
||||
CStreamBuffer.cpp \
|
||||
CUnicode.cpp \
|
||||
XIO.cpp \
|
||||
CBufferedInputStream.h \
|
||||
CBufferedOutputStream.h \
|
||||
CInputStreamFilter.h \
|
||||
COutputStreamFilter.h \
|
||||
CStreamBuffer.h \
|
||||
CUnicode.h s\
|
||||
IInputStream.h \
|
||||
IOutputStream.h \
|
||||
IStreamFilterFactory.h \
|
||||
|
||||
@@ -69,5 +69,6 @@ EXTRA_libplatform_a_SOURCES = \
|
||||
INCLUDES = \
|
||||
-I$(VDEPTH)/lib/base \
|
||||
-I$(VDEPTH)/lib/mt \
|
||||
-I$(VDEPTH)/lib/io \
|
||||
-I$(VDEPTH)/lib/synergy \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user