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
+12
View File
@@ -11,3 +11,15 @@ else
fi
uqm_CFLAGS="$uqm_CFLAGS -I src -I src/sc2code -I src/sc2code/libs"
# Stuff to install under the directory for libraries, as specified during
# config.
uqm_INSTALL_LIBS=content
uqm_INSTALL_LIB_content_SRC=content
uqm_INSTALL_LIB_content_DEST=uqm/
# Stuff to install under the directory for binaries, as specified during
# config.
uqm_INSTALL_BINS=uqm
uqm_INSTALL_BIN_uqm_SRC="$uqm_NAME"
uqm_INSTALL_BIN_uqm_dest=""