warzone2100/makerules/config.mk.tmpl

22 lines
410 B
Cheetah

# Version of Warzone you are compiling
#VERSION=\"0.0.0\"
# 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
#FLEX=flex