Added the git command to get the TextTemplating repo, which is needed in order to successfully build the application

This commit is contained in:
Konstantinos Vaggelakos 2011-10-05 22:55:22 +02:00
parent f7c0c90478
commit f6941873ce

View file

@ -2,5 +2,6 @@
set WinDirNet=%WinDir%\Microsoft.NET\Framework
set msbuild="%WinDirNet%\v3.5\msbuild.exe"
if not exist %msbuild% set msbuild="%WinDirNet%\v4.0.30319\msbuild.exe"
git submodule update --init
%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" %~dp0\SparkleShare.sln