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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user