From bd673dcf95f637801ef2afd5be78a51f84b55878 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 13 Oct 2010 21:21:32 +0000 Subject: [PATCH] Adding cmd script to prepare windows build with buildbot. --- win_prepare_build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win_prepare_build.cmd b/win_prepare_build.cmd index 05e380f9..75dbe6b7 100644 --- a/win_prepare_build.cmd +++ b/win_prepare_build.cmd @@ -21,4 +21,4 @@ SET QTDIR=%PKTH_BaseDir%\qt if exist Makefile. ( mingw32-make distclean ) -qmake -spec win32-g++ "CONFIG+=release %PKTH_Conf%" DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro +qmake "CONFIG+=release %PKTH_Conf%" DEFINES+=BOOST_USE_WINDOWS_H pokerth.pro