Skip to content

Commit 69b6ca9

Browse files
committed
Remove references to old ndll builds
This was removed in e431d92
1 parent 91db36b commit 69b6ca9

5 files changed

Lines changed: 3 additions & 135 deletions

File tree

project/Build.xml

Lines changed: 0 additions & 83 deletions
This file was deleted.

run.n

100755100644
-315 Bytes
Binary file not shown.

tools/build/Build.hx

Lines changed: 0 additions & 39 deletions
This file was deleted.

tools/build/compile.hxml

Lines changed: 0 additions & 5 deletions
This file was deleted.

tools/run/RunMain.hx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)