From 8b63c84da339fa8410ba60f646fc624855fe439f Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 18 Feb 2009 20:03:10 +0000 Subject: [PATCH] Updated windows build scripts for mingw gcc 4.3.3 (TDM). --- docs/win32_build_scripts/pokerth_build.cmd | 2 +- docs/win32_build_scripts/pokerth_download_libs.cmd | 10 ++++++++-- docs/win32_build_scripts/readme.txt | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/win32_build_scripts/pokerth_build.cmd b/docs/win32_build_scripts/pokerth_build.cmd index ee9fa421..5d4bda34 100644 --- a/docs/win32_build_scripts/pokerth_build.cmd +++ b/docs/win32_build_scripts/pokerth_build.cmd @@ -1,6 +1,6 @@ @echo off echo PokerTH Win32 mingw build script version 1.0. -echo Copyright (C) 2008 Lothar May. License: GPL 2 or later +echo Copyright (C) 2008-2009 Lothar May. License: GPL 2 or later echo BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY echo FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. echo. diff --git a/docs/win32_build_scripts/pokerth_download_libs.cmd b/docs/win32_build_scripts/pokerth_download_libs.cmd index 9518fbbb..38456bb4 100644 --- a/docs/win32_build_scripts/pokerth_download_libs.cmd +++ b/docs/win32_build_scripts/pokerth_download_libs.cmd @@ -1,6 +1,6 @@ @echo off echo PokerTH Win32 mingw download script version 1.0. -echo Copyright (C) 2008 Lothar May. License: GPL 2 or later +echo Copyright (C) 2008-2009 Lothar May. License: GPL 2 or later echo BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY echo FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. echo. @@ -27,7 +27,7 @@ if not exist %PKTH_OldDir%\third_party_apps\7za.exe goto noTools echo Using "%PKTH_BaseDir%" as base directory. echo. echo This script will download and install the prerequisites for building PokerTH -echo - mingw with gcc-core, gcc-g++, binutils, mingw-runtime, +echo - mingw with gcc-core (TDM), gcc-g++ (TDM), binutils, mingw-runtime, echo w32api, mingw32-make, mingw-utils echo - Qt - will be compiled from the sources echo - GnuTLS - using the binary release @@ -196,6 +196,12 @@ move boost-jam-3.1.17-1-ntx86\bjam.exe mingw\bin\bjam.exe move boost-jam-3.1.17-1-ntx86\LICENSE_1_0.txt mingw\bin\bjam_LICENSE_1_0.txt rd boost-jam-3.1.17-1-ntx86 ren boost_1_37_0 boost +echo. +echo Patching boost +cd boost +copy %PKTH_OldDir%\helper_src\boost.patch . +%PKTH_OldDir%\third_party_apps\pat_ch -p1 -i boost.patch +cd /d %PKTH_BaseDir% ) echo. echo Compiling boost diff --git a/docs/win32_build_scripts/readme.txt b/docs/win32_build_scripts/readme.txt index 1ec3ad08..35e7c4e4 100644 --- a/docs/win32_build_scripts/readme.txt +++ b/docs/win32_build_scripts/readme.txt @@ -52,7 +52,7 @@ Please follow these instructions: Known issue: By default, there is no .jpg/.gif avatar support in the svn build. /*************************************************************************** - * Copyright (C) 2008 by Lothar May * + * Copyright (C) 2008-2009 by Lothar May * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by *