Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 0 additions & 83 deletions project/Build.xml

This file was deleted.

Binary file modified run.n
100755 → 100644
Binary file not shown.
39 changes: 0 additions & 39 deletions tools/build/Build.hx

This file was deleted.

5 changes: 0 additions & 5 deletions tools/build/compile.hxml

This file was deleted.

11 changes: 3 additions & 8 deletions tools/run/RunMain.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ class RunMain
}

log('This version of hxcpp ($dir) appears to be a source/developement version.');
log("Before this can be used, you need to:");
log(" 1. Rebuild the main command-line tool, this can be done with:");
log(" cd tools/hxcpp");
log(" haxe compile.hxml");
log(" 2. FOR HXCPP API < 330:");
log(" Build the binaries appropriate to your system(s), this can be done with:");
log(" cd project");
log(" neko build.n");
log("Before this can be used, you need to rebuild the main command-line tool:");
log(" cd tools/hxcpp");
log(" haxe compile.hxml");

var gotUserResponse = false;
sys.thread.Thread.create(function() {
Expand Down