37 lines
701 B
Cheetah
37 lines
701 B
Cheetah
# Version of Warzone you are compiling
|
|
#VERSION=TRUNK
|
|
#INSTALLER_VERSION=9.9.9.9
|
|
#PACKAGE_BUGREPORT=http://wz2100.net/
|
|
|
|
# Platform you are running
|
|
#PLATFORM=windows
|
|
#PLATFORM=linux
|
|
#PLATFORM=mingw32
|
|
|
|
# Compilation mode
|
|
#MODE=debug
|
|
#MODE=release
|
|
|
|
# Directory where you store your dev stuff (lib and include)
|
|
#DEVDIR=C:/Program\ Files/DevPkg
|
|
|
|
# Remind the user to install Flex and Bison
|
|
#BISON=bison
|
|
#FLEX=flex
|
|
|
|
# Path to makensis
|
|
#MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"
|
|
#MAKENSIS=makensis
|
|
|
|
# Whether to build data package and installer
|
|
#DATA=yes
|
|
#INSTALLER=yes
|
|
#USE_GETTEXT=yes
|
|
|
|
# Gettext stuff
|
|
#PACKAGE=warzone2100
|
|
#LOCALEDIR=""
|
|
#XGETTEXT="xgettext"
|
|
#MSGMERGE="msgmerge"
|
|
#MSGFMT="msgfmt"
|