Source tree reorg, stage 2: finished renaming sc2code/ to uqm/; build files updated

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3214 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-10-09 17:18:45 +00:00
parent 2b4af406b2
commit 7122e86855
8 changed files with 976 additions and 1037 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"
uqm_CFLAGS="$uqm_CFLAGS -Isrc -Isrc/uqm"
if [ "$uqm_HAVE_REGEX" = 0 ]; then
uqm_CFLAGS="$uqm_CFLAGS -Isrc/regex"
fi