Added Uq-Ruan Masters game - it compiles but does not work (renders too slowly? Another problem?)
This commit is contained in:
20
project/jni/application/sc2/src/Makeinfo
Normal file
20
project/jni/application/sc2/src/Makeinfo
Normal file
@@ -0,0 +1,20 @@
|
||||
uqm_SUBDIRS="libs res uqm"
|
||||
|
||||
if [ "$uqm_HAVE_GETOPT_LONG" = 0 ]; then
|
||||
uqm_SUBDIRS="$uqm_SUBDIRS getopt"
|
||||
fi
|
||||
|
||||
case "$HOST_SYSTEM" in
|
||||
Darwin)
|
||||
uqm_SUBDIRS="$uqm_SUBDIRS darwin"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$uqm_HAVE_REGEX" = 0 ]; then
|
||||
uqm_SUBDIRS="$uqm_SUBDIRS regex"
|
||||
fi
|
||||
|
||||
uqm_CFILES="options.c port.c uqm.c"
|
||||
|
||||
test_CFILES=test.c
|
||||
|
||||
Reference in New Issue
Block a user