config.mk
Code: Select all
# 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=D:\WZ\src
# Remind the user to install Flex and Bison
BISON=bison
FLEX=flex
# Path to makensis
#MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"
MAKENSIS=D:\WZ\nsis
# 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"
Code: Select all
mingw32-make.exe -f Makefile.raw -C build_tools
mingw32-make.exe[1]: Entering directory `D:/WZ/build_tools'
mingw32-make.exe -f Makefile.raw -C autorevision
VERSION set to TRUNK
PLATFORM set to mingw32
MODE set to release
DEVDIR set to D:\WZ\src
BISON is set to bison
FLEX is set to flex
mingw32-make.exe[2]: Entering directory `D:/WZ/build_tools/autorevision'
autorevision.exe +cstr -v ../.. ../../src/autorevision.h
Der Befehl "svnversion" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "svn" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Revision unchanged (2898). Skipping.
old = "2898"; new = "2898"
mingw32-make.exe[2]: Leaving directory `D:/WZ/build_tools/autorevision'
mingw32-make.exe[1]: Leaving directory `D:/WZ/build_tools'
mingw32-make.exe -f Makefile.raw -C po
VERSION set to TRUNK
PLATFORM set to mingw32
MODE set to release
DEVDIR set to D:\WZ\src
BISON is set to bison
FLEX is set to flex
mingw32-make.exe[1]: Entering directory `D:/WZ/po'
mingw32-make.exe[1]: Nothing to be done for `all'.
mingw32-make.exe[1]: Leaving directory `D:/WZ/po'
mingw32-make.exe -f Makefile.raw -C win32
VERSION set to TRUNK
PLATFORM set to mingw32
MODE set to release
DEVDIR set to D:\WZ\src
BISON is set to bison
FLEX is set to flex
mingw32-make.exe[1]: Entering directory `D:/WZ/win32'
rm -f warzone2100.o
process_begin: CreateProcess(NULL, rm -f warzone2100.o, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
mingw32-make.exe[1]: *** [clean] Error 2
mingw32-make.exe[1]: Leaving directory `D:/WZ/win32'
mingw32-make.exe: *** [win32] Error 2
D:\WZ>
TortoiseSVN, MinGW, flex 2.5.33, bison 2.3 (1.8 is no longer available at MinGW files)
Path:
...;C:\MinGW\bin;D:\WZ\bison\bin;D:\WZ\flex\bin


