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=.