summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2016-06-30 22:20:17 +0800
committerruki <[email protected]>2016-06-30 22:20:17 +0800
commitbae0d55fc4ecae6294a8d4260e876f274dc30f00 (patch)
treebc3c2a714a5095326e229d17629c9845d0662c2e /core/src/xmake/makefile
parentc7e6e28ffb33d121b7773d06ffea5b08af4c1165 (diff)
sort template and add strcmp for string
Diffstat (limited to 'core/src/xmake/makefile')
-rwxr-xr-xcore/src/xmake/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 8d2ca97f4..77a12034b 100755
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -37,6 +37,7 @@ xmake_C_FILES += \
path/absolute \
path/translate \
path/is_absolute \
+ string/strcmp \
string/endswith \
string/startswith \
process/open \