From 09e7086560283b32e8b4ae94339e1f8e39886959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Sun, 8 Mar 2015 12:43:19 +0100 Subject: [PATCH] Well certainly the biggest fix of the year :) --- build_release_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release_windows.bat b/build_release_windows.bat index 016d7fa..3273759 100644 --- a/build_release_windows.bat +++ b/build_release_windows.bat @@ -41,7 +41,7 @@ cd ..\build-fgrun64 cmake ..\fgrun -G "Visual Studio 10 Win64" -DMSVC_3RDPARTY_ROOT:PATH=%WORKSPACE% -DCMAKE_INSTALL_PREFIX:PATH=%WORKSPACE%/install/msvc100-64/FGRun -DFLTK_FLUID_EXECUTABLE:FILEPATH=%WORKSPACE%/3rdParty/bin/fluid.exe -DGETTEXT_MSGFMT_EXECUTABLE:FILEPATH=%WORKSPACE%/3rdParty/bin/msgfmt.exe -DGETTEXT_MSGMERGE_EXECUTABLE:FILEPATH=%WORKSPACE%/3rdParty/bin/msgmerge.exe -DBOOST_ROOT=%WORKSPACE%/Boost cmake --build . --config Release --target INSTALL - +cd .. REM build setup ECHO Packaging root is %WORKSPACE%