More work on windows buildbot scripts.

This commit is contained in:
lotodore
2010-10-17 11:08:52 +00:00
parent 5225b7dc09
commit 0c97d44c80
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ SET QTDIR=%POKERTH_WIN32_LIB_DIR%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
if not errorlevel 0 exit /b %ERRORLEVEL%
REM Add automatic packaging or copying here.
mingw32-make distclean
+17
View File
@@ -0,0 +1,17 @@
@echo off
echo PokerTH Win mingw prepare build script version 1.0.
echo Copyright (C) 2010 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.
SET PATH=%POKERTH_WIN64_LIB_DIR%\qt\bin;%POKERTH_WIN64_LIB_DIR%\mingw64\bin;%PATH%
SET QMAKESPEC=win32-g++
SET QTDIR=%POKERTH_WIN64_LIB_DIR%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
if not errorlevel 0 exit /b %ERRORLEVEL%
REM Add automatic packaging or copying here.
mingw32-make distclean