From 69a0ae3c6be9260008bc4645f934ab3c5f74da75 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sat, 14 Dec 2013 12:50:27 -0800 Subject: [PATCH] - updated windows build to pull submodules in a way that works --- mk/windoze/build-mg-2010.bat | 3 ++- mk/windoze/build-mg-2012.bat | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mk/windoze/build-mg-2010.bat b/mk/windoze/build-mg-2010.bat index 6d8c5453..8fa2e9bb 100644 --- a/mk/windoze/build-mg-2010.bat +++ b/mk/windoze/build-mg-2010.bat @@ -72,7 +72,8 @@ rem Update from GIT to latest rev ECHO -------------------------------- Echo Updating Code from GIT to latest Revision... cd ..\..\ -git pull --recurse-submodules +git pull +git submodule foreach git pull set GITVERSION_SHA1=. set GITVERSION_REV=. diff --git a/mk/windoze/build-mg-2012.bat b/mk/windoze/build-mg-2012.bat index ea15e4ab..7bae91cb 100644 --- a/mk/windoze/build-mg-2012.bat +++ b/mk/windoze/build-mg-2012.bat @@ -96,7 +96,8 @@ rem Update from GIT to latest rev ECHO -------------------------------- Echo Updating Code from GIT to latest Revision... cd ..\..\ -git pull --recurse-submodules +git pull +git submodule foreach git pull set GITVERSION_SHA1=. set GITVERSION_REV=.