forked from github/server
all build scripts get smart directory detection
This commit is contained in:
parent
632322a445
commit
ac3401431c
|
@ -1,6 +1,8 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
SET VSVERSION=10
|
SET VSVERSION=10
|
||||||
SET ERESSEA=%Userprofile%/Documents/Eressea
|
SET SRCDIR=%CD%
|
||||||
|
CD ..
|
||||||
|
SET ERESSEA=%CD%
|
||||||
|
|
||||||
mkdir build-vs%VSVERSION%
|
mkdir build-vs%VSVERSION%
|
||||||
cd build-vs%VSVERSION%
|
cd build-vs%VSVERSION%
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
SET VSVERSION=11
|
SET VSVERSION=11
|
||||||
SET ERESSEA=%Userprofile%/Documents/Eressea
|
SET SRCDIR=%CD%
|
||||||
|
CD ..
|
||||||
|
SET ERESSEA=%CD%
|
||||||
|
|
||||||
mkdir build-vs%VSVERSION%
|
mkdir build-vs%VSVERSION%
|
||||||
cd build-vs%VSVERSION%
|
cd build-vs%VSVERSION%
|
||||||
|
|
Loading…
Reference in New Issue