|
@@ -44,7 +44,7 @@ stableDir = "/var/www/zenario/stable"
|
|
wine = "/usr/local/bin/wine"
|
|
wine = "/usr/local/bin/wine"
|
|
xvfb = "xvfb-run --server-args='-screen 1, 1024x768x24' "
|
|
xvfb = "xvfb-run --server-args='-screen 1, 1024x768x24' "
|
|
bbscript = xvfb + wine + " bbscript.exe"
|
|
bbscript = xvfb + wine + " bbscript.exe"
|
|
-bbchanges = xvfb + wine + " " + buildDir + "/bbchanges.exe /USE " + bbDir + " /LOAD ScriptChanges /NOAPPWIN"
|
|
|
|
|
|
+bbchanges = xvfb + wine + " " + buildDir + "/bbchanges.exe /USE " + bbDir + " /LOAD ScriptChanges"
|
|
iscc = "/usr/local/bin/iscc"
|
|
iscc = "/usr/local/bin/iscc"
|
|
windres="/usr/bin/i586-mingw32msvc-windres"
|
|
windres="/usr/bin/i586-mingw32msvc-windres"
|
|
testName = "testbuild"
|
|
testName = "testbuild"
|