Do not encode the lib path in the build bot, instead set it as environment variable.

This commit is contained in:
lotodore
2010-10-17 09:39:35 +00:00
parent cf2838c2f4
commit 5225b7dc09
+3 -3
View File
@@ -5,12 +5,12 @@ 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 PATH=%POKERTH_WIN32_LIB_DIR%\qt\bin;%POKERTH_WIN32_LIB_DIR%\mingw32\bin;%PATH%
SET QMAKESPEC=win32-g++
SET QTDIR=%PKTH_BaseDir%\qt
SET QTDIR=%POKERTH_WIN32_LIB_DIR%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
REM Add automatic packaging or copying here.
mingw32-make distclean