* Update the raw Makefile config.mk template
* Don't comment out the defaults as they're quite sane * Use C:/devpkg as the default DEVDIR * Add a comment above the stuff that's only needed for distributors git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3385 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
9c032e04ac
commit
d135ff55a0
|
@ -1,7 +1,9 @@
|
|||
# Version of Warzone you are compiling
|
||||
#VERSION=TRUNK
|
||||
#INSTALLER_VERSION=9.9.9.9
|
||||
#PACKAGE_BUGREPORT=http://wz2100.net/
|
||||
VERSION=TRUNK
|
||||
INSTALLER_VERSION=9.9.9.9
|
||||
PACKAGE_BUGREPORT=http://wz2100.net/
|
||||
PACKAGE_NAME=Warzone 2100
|
||||
PACKAGE_VERSION=$(VERSION)
|
||||
|
||||
# Platform you are running
|
||||
#PLATFORM=windows
|
||||
|
@ -13,12 +15,14 @@
|
|||
#MODE=release
|
||||
|
||||
# Directory where you store your dev stuff (lib and include)
|
||||
#DEVDIR=C:/Program\ Files/DevPkg
|
||||
#DEVDIR=C:/devpkg
|
||||
|
||||
# Remind the user to install Flex and Bison
|
||||
#BISON=bison
|
||||
#FLEX=flex
|
||||
|
||||
## This is only needed for people planning to distribute this package and/or
|
||||
## create installers from it.
|
||||
# Path to makensis
|
||||
#MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"
|
||||
#MAKENSIS=makensis
|
||||
|
|
Loading…
Reference in New Issue