mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- updated windows build to pull submodules in a way that works
This commit is contained in:
parent
6e061f459d
commit
69a0ae3c6b
@ -72,7 +72,8 @@ rem Update from GIT to latest rev
|
|||||||
ECHO --------------------------------
|
ECHO --------------------------------
|
||||||
Echo Updating Code from GIT to latest Revision...
|
Echo Updating Code from GIT to latest Revision...
|
||||||
cd ..\..\
|
cd ..\..\
|
||||||
git pull --recurse-submodules
|
git pull
|
||||||
|
git submodule foreach git pull
|
||||||
|
|
||||||
set GITVERSION_SHA1=.
|
set GITVERSION_SHA1=.
|
||||||
set GITVERSION_REV=.
|
set GITVERSION_REV=.
|
||||||
|
@ -96,7 +96,8 @@ rem Update from GIT to latest rev
|
|||||||
ECHO --------------------------------
|
ECHO --------------------------------
|
||||||
Echo Updating Code from GIT to latest Revision...
|
Echo Updating Code from GIT to latest Revision...
|
||||||
cd ..\..\
|
cd ..\..\
|
||||||
git pull --recurse-submodules
|
git pull
|
||||||
|
git submodule foreach git pull
|
||||||
|
|
||||||
set GITVERSION_SHA1=.
|
set GITVERSION_SHA1=.
|
||||||
set GITVERSION_REV=.
|
set GITVERSION_REV=.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user