From 82a687dcb7fa00e0bb3b3e310dcef2f52631b388 Mon Sep 17 00:00:00 2001 From: wimh Date: Sat, 22 Oct 2011 00:09:51 +0200 Subject: [PATCH] fix build --- SparkleShare/Windows/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/build.cmd b/SparkleShare/Windows/build.cmd index 39556257..282fc313 100644 --- a/SparkleShare/Windows/build.cmd +++ b/SparkleShare/Windows/build.cmd @@ -7,7 +7,7 @@ set msbuild="%WinDirNet%\v3.5\msbuild.exe" if not exist %msbuild% set msbuild="%WinDirNet%\v4.0.30319\msbuild.exe" set wixBinDir=%WIX%\bin -rem %msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" %~dp0\SparkleShare.sln +%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" %~dp0\SparkleShare.sln if "%1"=="installer" ( if exist "%wixBinDir%" (