Externalize tools to HXP project
This commit is contained in:
@@ -2,16 +2,16 @@ package;
|
|||||||
|
|
||||||
|
|
||||||
import haxe.io.Path;
|
import haxe.io.Path;
|
||||||
import lime.project.Haxelib;
|
import hxp.helpers.FileHelper;
|
||||||
|
import hxp.helpers.HaxelibHelper;
|
||||||
|
import hxp.helpers.LogHelper;
|
||||||
|
import hxp.helpers.PathHelper;
|
||||||
|
import hxp.helpers.PlatformHelper;
|
||||||
|
import hxp.helpers.ProcessHelper;
|
||||||
|
import hxp.project.Haxelib;
|
||||||
import sys.io.File;
|
import sys.io.File;
|
||||||
import sys.io.Process;
|
import sys.io.Process;
|
||||||
import sys.FileSystem;
|
import sys.FileSystem;
|
||||||
import lime.tools.helpers.FileHelper;
|
|
||||||
import lime.tools.helpers.HaxelibHelper;
|
|
||||||
import lime.tools.helpers.LogHelper;
|
|
||||||
import lime.tools.helpers.PathHelper;
|
|
||||||
import lime.tools.helpers.PlatformHelper;
|
|
||||||
import lime.tools.helpers.ProcessHelper;
|
|
||||||
|
|
||||||
|
|
||||||
class RunScript {
|
class RunScript {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
-main RunScript
|
-main RunScript
|
||||||
-cp ..
|
-cp ..
|
||||||
-neko ../run.n
|
-neko ../run.n
|
||||||
|
-lib hxp
|
||||||
@@ -5,6 +5,7 @@
|
|||||||
-D lime
|
-D lime
|
||||||
-cp ..
|
-cp ..
|
||||||
-lib format
|
-lib format
|
||||||
|
-lib hxp
|
||||||
#-lib svg
|
#-lib svg
|
||||||
-D optional-cffi
|
-D optional-cffi
|
||||||
-D no-inline
|
-D no-inline
|
||||||
Reference in New Issue
Block a user