Skip to content

Commit 843987a

Browse files
kaedekoJoshua Clayton
kaedeko
authored and
Joshua Clayton
committed
Added proper support for UTF8-CPP to the build system, which can now be accessed by #include <utf8.h> from source files.
git-svn-id: https://svn.code.sf.net/p/fakenes/code@189 a2471fd5-8713-0410-a344-bafe66df32c7
1 parent 8412ad7 commit 843987a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Build/UTF8-CPP.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Source path.
2+
UTF8_CPP_PATH = "${FRAMEWORK_PATH}UTF8-CPP${PATH_SEPARATOR}source${PATH_SEPARATOR}"
3+
4+
# Preprocessor flags.
5+
CPPFLAGS := "-DUSE_UTF8_CPP=1 -I${UTF8_CPP_PATH}"

0 commit comments

Comments
 (0)