Updated windows build scripts for mingw gcc 4.3.3 (TDM).

This commit is contained in:
lotodore
2009-02-18 20:03:10 +00:00
parent 8e131aae8b
commit 8b63c84da3
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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.
@@ -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
+1 -1
View File
@@ -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 *