2008-06-23 06:54:47 -07:00
|
|
|
# Metadata of the version of Warzone 2100 you are compiling
|
|
|
|
PACKAGE:=warzone2100
|
|
|
|
PACKAGE_NAME:=Warzone 2100
|
|
|
|
PACKAGE_VERSION:=TRUNK
|
|
|
|
PACKAGE_BUGREPORT:=http://wz2100.net/
|
|
|
|
INSTALLER_VERSION:=9.9.9.9
|
2006-12-01 14:02:14 -08:00
|
|
|
|
2008-06-28 15:32:44 -07:00
|
|
|
# Platform used to build Warzone 2100
|
|
|
|
#BUILD:=windows
|
|
|
|
#BUILD:=linux
|
|
|
|
|
|
|
|
# Platform Warzone 2100 shall run on
|
|
|
|
#TARGET:=windows
|
|
|
|
#TARGET:=linux
|
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
|
|
|
#DATA:=yes
|
|
|
|
#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
|
|
|
|
export PACKAGE PACKAGE_NAME PACKAGE_VERSION PACKAGE_BUGREPORT
|
|
|
|
export BUILD TARGET MODE DEVDIR
|
|
|
|
export DATA INSTALLER TRANSLATION
|