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:
crs
2002-10-22 21:30:48 +00:00
parent 66c4b66d7c
commit 0ce15c1a9b
5 changed files with 3 additions and 2 deletions

View File

@@ -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)