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
|
||||
fi
|
||||
|
||||
libversion=1
|
||||
libversion=2
|
||||
libVFile="./libversion"
|
||||
libdir="./lib"
|
||||
currentversion=0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#init
|
||||
$libversion = 1
|
||||
$libversion = 2
|
||||
$path = Split-Path $Script:MyInvocation.MyCommand.Path
|
||||
$zip = $path+'\orctlibs.zip'
|
||||
$libs = $path+'\lib'
|
||||
|
||||
Reference in New Issue
Block a user