Some build-related improvements.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@243 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-11-27 01:29:16 +00:00
parent 40ffa2a47f
commit a5e948eaa9
4 changed files with 23 additions and 6 deletions
+2
View File
@@ -1,7 +1,9 @@
if [ "$uqm_SOUNDMODULE" = openal ]; then
uqm_SUBDIRS="openal"
uqm_CFLAGS="$uqm_CFLAGS -DSOUNDMODULE_OPENAL"
else
uqm_SUBDIRS="sdl"
uqm_CFLAGS="$uqm_CFLAGS -DSOUNDMODULE_SDL"
fi
uqm_CFILES="fileinst.c resinst.c sound_common.c"