Various include file cleanups

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3198 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-10-08 16:23:21 +00:00
parent 3c0b7d77ec
commit 6562296c7c
141 changed files with 446 additions and 224 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ case "$HOST_SYSTEM" in
uqm_NAME="$uqm_NAME.exe"
;;
esac
uqm_CFLAGS="$uqm_CFLAGS -Isrc -Isrc/sc2code -Isrc/sc2code/libs"
uqm_CFLAGS="$uqm_CFLAGS -Isrc -Isrc/sc2code"
if [ "$uqm_HAVE_REGEX" = 0 ]; then
uqm_CFLAGS="$uqm_CFLAGS -Isrc/regex"
fi