This build file is for win32 only.

This commit is contained in:
lotodore
2010-10-14 08:04:21 +00:00
parent 708f8f9e0b
commit cf2838c2f4
+16
View File
@@ -0,0 +1,16 @@
@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 PKTH_BaseDir=%1
SET PATH=%PKTH_BaseDir%\qt\bin;%PKTH_BaseDir%\mingw32\bin;%PATH%
SET QMAKESPEC=win32-g++
SET QTDIR=%PKTH_BaseDir%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
REM Add automatic packaging or copying here.
mingw32-make distclean