Choice of internal/external libmikmod.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2415 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-08-18 21:14:54 +00:00
parent 53866cf077
commit d916b2e596
3 changed files with 26 additions and 6 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
uqm_SUBDIRS="decomp file graphics input list math memory resource sound
strings task threads time uio video log"
uqm_SUBDIRS="callback decomp file graphics heap input list math memory
resource sound strings task threads time uio video log"
if [ -n "$uqm_USE_MIKMOD_INTERAL" ]; then
uqm_SUBDIRS="$uqm_SUBDIRS mikmod"
fi
#if [ "$DEBUG" = 1 ]; then
# uqm_SUBDIRS="$UQM_SUBDIRS debug"
#fi