mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 17:39:02 +02:00
- updated windows build script to pull with submodules recursively
This commit is contained in:
@@ -72,7 +72,7 @@ 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
|
git pull --recurse-submodules
|
||||||
|
|
||||||
set GITVERSION_SHA1=.
|
set GITVERSION_SHA1=.
|
||||||
set GITVERSION_REV=.
|
set GITVERSION_REV=.
|
||||||
|
@@ -96,7 +96,7 @@ 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
|
git pull --recurse-submodules
|
||||||
|
|
||||||
set GITVERSION_SHA1=.
|
set GITVERSION_SHA1=.
|
||||||
set GITVERSION_REV=.
|
set GITVERSION_REV=.
|
||||||
|
Reference in New Issue
Block a user