Trying to fix win64 build.

This commit is contained in:
lotodore
2010-10-17 21:47:39 +00:00
parent a76a512ce5
commit 21f9e429b5
+1 -1
View File
@@ -9,7 +9,7 @@ SET PATH=%POKERTH_WIN64_LIB_DIR%\qt\bin;%POKERTH_WIN64_LIB_DIR%\mingw64\bin;%PAT
SET QMAKESPEC=win32-g++
SET QTDIR=%POKERTH_WIN64_LIB_DIR%\qt
qmake DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
qmake CONFIG+=pkth_win64 DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro
mingw32-make release
IF NOT "%ERRORLEVEL%"=="0" exit /b %ERRORLEVEL%
REM Add automatic packaging or copying here.