File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,14 +21,9 @@ class RunMain
2121 }
2222
2323 log (' This version of hxcpp ( $dir ) appears to be a source/developement version.' );
24- log (" Before this can be used, you need to:" );
25- log (" 1. Rebuild the main command-line tool, this can be done with:" );
26- log (" cd tools/hxcpp" );
27- log (" haxe compile.hxml" );
28- log (" 2. FOR HXCPP API < 330:" );
29- log (" Build the binaries appropriate to your system(s), this can be done with:" );
30- log (" cd project" );
31- log (" neko build.n" );
24+ log (" Before this can be used, you need to rebuild the main command-line tool:" );
25+ log (" cd tools/hxcpp" );
26+ log (" haxe compile.hxml" );
3227
3328 var gotUserResponse = false ;
3429 sys.thread. Thread .create (function () {
You can’t perform that action at this time.
0 commit comments