mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
implement utf8, part 10
This commit is contained in:
2
build.sh
2
build.sh
@@ -9,7 +9,7 @@ if [[ ! -d build ]]; then
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libversion=1
|
libversion=2
|
||||||
libVFile="./libversion"
|
libVFile="./libversion"
|
||||||
libdir="./lib"
|
libdir="./lib"
|
||||||
currentversion=0
|
currentversion=0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#init
|
#init
|
||||||
$libversion = 1
|
$libversion = 2
|
||||||
$path = Split-Path $Script:MyInvocation.MyCommand.Path
|
$path = Split-Path $Script:MyInvocation.MyCommand.Path
|
||||||
$zip = $path+'\orctlibs.zip'
|
$zip = $path+'\orctlibs.zip'
|
||||||
$libs = $path+'\lib'
|
$libs = $path+'\lib'
|
||||||
|
|||||||
Reference in New Issue
Block a user