From 318c700b8fdb8f49b3f61fbb58892982820c8e49 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Sat, 18 Jan 2014 12:15:00 -0800 Subject: [PATCH] - more accurate pull of latest code from git --- data/glest_game | 2 +- mk/windoze/build-mg-2010.bat | 1 + mk/windoze/build-mg-2012.bat | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/glest_game b/data/glest_game index 4338c735..35d6e480 160000 --- a/data/glest_game +++ b/data/glest_game @@ -1 +1 @@ -Subproject commit 4338c735393e942cefd983b5bdffd92adf6a542d +Subproject commit 35d6e48036cd987fac66de9a2b92c8d5c818483d diff --git a/mk/windoze/build-mg-2010.bat b/mk/windoze/build-mg-2010.bat index 669df493..8895fc47 100644 --- a/mk/windoze/build-mg-2010.bat +++ b/mk/windoze/build-mg-2010.bat @@ -73,6 +73,7 @@ rem Update from GIT to latest rev ECHO -------------------------------- Echo Updating Code from GIT to latest Revision... cd ..\..\ +git submodule update git pull git submodule foreach git pull diff --git a/mk/windoze/build-mg-2012.bat b/mk/windoze/build-mg-2012.bat index cc613246..abe6672e 100644 --- a/mk/windoze/build-mg-2012.bat +++ b/mk/windoze/build-mg-2012.bat @@ -97,6 +97,7 @@ rem Update from GIT to latest rev ECHO -------------------------------- Echo Updating Code from GIT to latest Revision... cd ..\..\ +git submodule update git pull git submodule foreach git pull