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
+2 -2
View File
@@ -1,4 +1,4 @@
uqm_SUBDIRS="sc2code libs res"
uqm_SUBDIRS="libs res uqm"
if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then
uqm_SUBDIRS="$uqm_SUBDIRS getopt"
@@ -14,7 +14,7 @@ if [ "$uqm_HAVE_REGEX" = 0 ]; then
uqm_SUBDIRS="$uqm_SUBDIRS regex"
fi
uqm_CFILES="options.c port.c starcon2.c"
uqm_CFILES="options.c port.c uqm.c"
test_CFILES=test.c