Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to old ndll builds #1148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Remove references to old ndll builds
This was removed in e431d92
tobil4sk committed Aug 31, 2024
commit 0f8efddcf808f4c1beceb7c7a1ca58e84fb539bc
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
@@ -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() {