Rebuild script fixes
This commit is contained in:
@@ -515,12 +515,6 @@ class RunScript {
|
|||||||
|
|
||||||
if (!flags.exists ("debug")) {
|
if (!flags.exists ("debug")) {
|
||||||
|
|
||||||
if (buildSharedLibs) {
|
|
||||||
|
|
||||||
runCommand (sharedLibsPath, "neko", [ "build.n", "-Dwebos" ].concat (defines));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
runCommand (path, "haxelib", [ "run", buildLib, buildFile, "-Dwebos" ].concat (defines));
|
runCommand (path, "haxelib", [ "run", buildLib, buildFile, "-Dwebos" ].concat (defines));
|
||||||
synchronizeNDLL ("webOS/lime.so");
|
synchronizeNDLL ("webOS/lime.so");
|
||||||
|
|
||||||
@@ -528,12 +522,6 @@ class RunScript {
|
|||||||
|
|
||||||
if (!flags.exists ("release")) {
|
if (!flags.exists ("release")) {
|
||||||
|
|
||||||
if (buildSharedLibs) {
|
|
||||||
|
|
||||||
runCommand (sharedLibsPath, "neko", [ "build.n", "-Dwebos", "-Dfulldebug" ].concat (defines));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
runCommand (path, "haxelib", [ "run", buildLib, buildFile, "-Dwebos", "-Dfulldebug" ].concat (defines));
|
runCommand (path, "haxelib", [ "run", buildLib, buildFile, "-Dwebos", "-Dfulldebug" ].concat (defines));
|
||||||
synchronizeNDLL ("webOS/lime-debug.so");
|
synchronizeNDLL ("webOS/lime-debug.so");
|
||||||
|
|
||||||
@@ -545,7 +533,7 @@ class RunScript {
|
|||||||
|
|
||||||
if (buildSharedLibs) {
|
if (buildSharedLibs) {
|
||||||
|
|
||||||
runCommand (sharedLibsPath, "neko", [ "windows" ].concat (defines));
|
runCommand (sharedLibsPath, "neko", [ "build.n", "windows" ].concat (defines));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -609,7 +597,7 @@ class RunScript {
|
|||||||
|
|
||||||
if (buildSharedLibs) {
|
if (buildSharedLibs) {
|
||||||
|
|
||||||
runCommand (sharedLibsPath, "neko", [ "wiiu" ].concat (defines));
|
runCommand (sharedLibsPath, "neko", [ "build.n", "wiiu" ].concat (defines));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user