Some improvements on installation from source.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@785 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-19 21:17:10 +00:00
parent ceb1cc1e56
commit 03b6d952b5
12 changed files with 35 additions and 18 deletions
+6 -4
View File
@@ -13,13 +13,15 @@ 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_LIBS="content executable"
uqm_INSTALL_LIB_content_SRC=content
uqm_INSTALL_LIB_content_DEST=uqm/
uqm_INSTALL_LIB_executable_SRC="$uqm_NAME"
uqm_INSTALL_LIB_executable_DEST=uqm/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=""
uqm_INSTALL_BINS=wrapper
uqm_INSTALL_BIN_wrapper_SRC="build/unix/uqm"
uqm_INSTALL_BIN_wrapper_DEST="uqm"