Updated documentation for 0.7 release
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3616 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -4,7 +4,7 @@ Making a release binary:
|
||||
|
||||
- Change build/unix_installer/template to suit your needs.
|
||||
|
||||
- From the top of the cvs tree, run the following command, changing
|
||||
- From the 'sc2' dir of the svn tree, run the following command, changing
|
||||
the arguments if necessary.
|
||||
The first one is the name of the final executable, the second
|
||||
the template to use.
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
# Template file for building the UQM installer for unix Systems.
|
||||
# By Serge van den Boom, 2003-02-23
|
||||
|
||||
UQM_VERSION="0.2"
|
||||
UQM_VERSION="0.7"
|
||||
UQM_LICENSE_FILE="COPYING"
|
||||
|
||||
UQM_PACKAGES="content voice 3domusic"
|
||||
UQM_PACKAGE_content_NAME="content"
|
||||
UQM_PACKAGE_content_TITLE="General game data"
|
||||
UQM_PACKAGE_content_LOCATION="share/uqm/content/"
|
||||
UQM_PACKAGE_content_LOCATION="share/uqm/content/packages/"
|
||||
UQM_PACKAGE_content_OPTIONAL="FALSE"
|
||||
UQM_PACKAGE_content_DEFAULT="TRUE"
|
||||
UQM_PACKAGE_voice_NAME="voice"
|
||||
UQM_PACKAGE_voice_TITLE="Spoken alien communication"
|
||||
UQM_PACKAGE_voice_LOCATION="share/uqm/content/"
|
||||
UQM_PACKAGE_voice_LOCATION="share/uqm/content/addons/"
|
||||
UQM_PACKAGE_voice_OPTIONAL="TRUE"
|
||||
UQM_PACKAGE_voice_DEFAULT="TRUE"
|
||||
UQM_PACKAGE_3domusic_NAME="3domusic"
|
||||
UQM_PACKAGE_3domusic_TITLE="Music from the 3DO version"
|
||||
UQM_PACKAGE_3domusic_LOCATION="share/uqm/content/"
|
||||
UQM_PACKAGE_3domusic_LOCATION="share/uqm/content/addons/"
|
||||
UQM_PACKAGE_3domusic_OPTIONAL="TRUE"
|
||||
UQM_PACKAGE_3domusic_DEFAULT="TRUE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user