From 5c65c6b8091b6f4fc73deaeafef6525812bbc0c2 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 30 Jul 2012 11:21:03 +0200 Subject: [PATCH] build windows: remove gettext reference --- SparkleShare/Windows/build.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/Windows/build.cmd b/SparkleShare/Windows/build.cmd index 428f283b..d83ea369 100644 --- a/SparkleShare/Windows/build.cmd +++ b/SparkleShare/Windows/build.cmd @@ -7,11 +7,9 @@ set msbuild="%WinDirNet%\v4.0\msbuild.exe" if not exist %msbuild% set msbuild="%WinDirNet%\v4.0.30319\msbuild.exe" set wixBinDir=%WIX%\bin - if not exist ..\..\bin mkdir ..\..\bin copy Pixmaps\sparkleshare-app.ico ..\..\bin\ -%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="AnyCPU" "%~dp0\tools\gettext-cs-utils\Gettext.CsUtils\Core\Gettext.Cs\Gettext.Cs.csproj" %msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" "%~dp0\SparkleShare.sln" if "%1"=="installer" ( @@ -29,3 +27,4 @@ if "%1"=="installer" ( echo wix is available at http://wix.sourceforge.net/ ) ) else echo Not building installer, as it was not requested. ^(Issue "build.cmd installer" to build installer ^) +