2006-08-25 15:27:26 -07:00
|
|
|
# Version of Warzone you are compiling
|
2006-08-26 08:21:40 -07:00
|
|
|
#VERSION=\"0.0.0\"
|
2006-08-25 15:27:26 -07:00
|
|
|
|
2006-07-21 14:48:55 -07:00
|
|
|
# Platform you are running
|
|
|
|
#PLATFORM=windows
|
|
|
|
#PLATFORM=linux
|
|
|
|
|
|
|
|
# Compiler you want to use
|
|
|
|
#COMPILER=gcc
|
|
|
|
#COMPILER=g++
|
|
|
|
|
|
|
|
# Compilation mode
|
|
|
|
#MODE=debug
|
|
|
|
#MODE=release
|
|
|
|
|
|
|
|
# Directory where you store your dev stuff (lib and include)
|
|
|
|
#DEVDIR=D:\Programme\Warzone-DevPkg
|
|
|
|
|
|
|
|
# Remind the user to install Flex and Bison
|
|
|
|
#BISON=bison
|
2006-07-21 14:58:57 -07:00
|
|
|
#FLEX=flex
|