From cdd80092c5fdcf23f1ede49c72ca79ae12a6476d Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sat, 14 Dec 2013 10:27:12 -0800 Subject: [PATCH] - updated windows build script to pull with submodules recursively --- mk/windoze/build-mg-2010.bat | 2 +- mk/windoze/build-mg-2012.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/windoze/build-mg-2010.bat b/mk/windoze/build-mg-2010.bat index b0b581037..6d8c54532 100644 --- a/mk/windoze/build-mg-2010.bat +++ b/mk/windoze/build-mg-2010.bat @@ -72,7 +72,7 @@ rem Update from GIT to latest rev ECHO -------------------------------- Echo Updating Code from GIT to latest Revision... cd ..\..\ -git pull +git pull --recurse-submodules set GITVERSION_SHA1=. set GITVERSION_REV=. diff --git a/mk/windoze/build-mg-2012.bat b/mk/windoze/build-mg-2012.bat index 415bf6120..ea15e4ab5 100644 --- a/mk/windoze/build-mg-2012.bat +++ b/mk/windoze/build-mg-2012.bat @@ -96,7 +96,7 @@ rem Update from GIT to latest rev ECHO -------------------------------- Echo Updating Code from GIT to latest Revision... cd ..\..\ -git pull +git pull --recurse-submodules set GITVERSION_SHA1=. set GITVERSION_REV=.