More work on windows buildbot scripts.
This commit is contained in:
@@ -11,6 +11,7 @@ SET QTDIR=%POKERTH_WIN32_LIB_DIR%\qt
|
|||||||
|
|
||||||
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
|
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
|
||||||
mingw32-make release
|
mingw32-make release
|
||||||
|
if not errorlevel 0 exit /b %ERRORLEVEL%
|
||||||
REM Add automatic packaging or copying here.
|
REM Add automatic packaging or copying here.
|
||||||
mingw32-make distclean
|
mingw32-make distclean
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user