mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:44:08 +00:00
Make windows batch-scripts independent of calling directory
Change dir to batch-script location as first action. This allows to run the script from outside the directory its stored.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
rem **Download sources and binaries of libraries**
|
||||
|
||||
cd /D "%~dp0"
|
||||
|
||||
rem **SVN revision to checkout for windows-libs**
|
||||
rem **Update this line when you commit an update to windows-libs**
|
||||
set "svnrev=28243"
|
||||
|
||||
Reference in New Issue
Block a user