From 5225b7dc09883d4fd0e0a243b1938e5e6ad0c22f Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 17 Oct 2010 09:39:35 +0000 Subject: [PATCH] Do not encode the lib path in the build bot, instead set it as environment variable. --- build_win32.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_win32.cmd b/build_win32.cmd index 02c48246..8fb49b4a 100644 --- a/build_win32.cmd +++ b/build_win32.cmd @@ -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 +