2008-06-23 06:54:47 -07:00
|
|
|
# Metadata of the version of Warzone 2100 you are compiling
|
|
|
|
PACKAGE_VERSION:=TRUNK
|
|
|
|
INSTALLER_VERSION:=9.9.9.9
|
2006-12-01 14:02:14 -08:00
|
|
|
|
|
|
|
# Compilation mode
|
2008-06-23 06:54:47 -07:00
|
|
|
#MODE:=debug
|
|
|
|
#MODE:=release
|
2006-12-01 14:02:14 -08:00
|
|
|
|
|
|
|
# Directory where you store your dev stuff (lib and include)
|
2008-06-23 06:54:47 -07:00
|
|
|
#DEVDIR:=C:/devpkg
|
2006-12-01 14:02:14 -08:00
|
|
|
|
2007-01-08 17:28:01 -08:00
|
|
|
# Whether to build data package and installer
|
2008-06-23 06:54:47 -07:00
|
|
|
#INSTALLER:=yes
|
2008-06-28 15:32:44 -07:00
|
|
|
#TRANSLATION:=yes
|
2007-04-02 13:49:14 -07:00
|
|
|
|
2008-06-28 15:32:44 -07:00
|
|
|
# Make config known throughout the whole buildsystem
|
2008-07-06 07:28:50 -07:00
|
|
|
export PACKAGE_VERSION INSTALLER_VERSION
|
|
|
|
export MODE DEVDIR
|
2008-07-10 10:51:31 -07:00
|
|
|
export INSTALLER TRANSLATION
|