Skip to content

Commit

Permalink
Cleanup from removing hx-download and hx-select
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Apr 23, 2024
1 parent eb64e2b commit c6d97c1
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 30 deletions.
4 changes: 0 additions & 4 deletions build-download.hxml

This file was deleted.

4 changes: 0 additions & 4 deletions build-hx.hxml

This file was deleted.

4 changes: 0 additions & 4 deletions build-select.hxml

This file was deleted.

7 changes: 4 additions & 3 deletions build.hxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common-build.hxml
HaxeDownload
HaxeSelect
common.hxml
-cp src
--hxb build/hx.hxb
HaxeManager
--interp
2 changes: 0 additions & 2 deletions common-build.hxml

This file was deleted.

4 changes: 1 addition & 3 deletions extra/build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
fi

VERSION="${BUILD_OS}_569e52e"
HAXE_STD_PATH=$ROOT/build/$VERSION/std/ $ROOT/build/$VERSION/haxe --cwd $ROOT build-hx.hxml
HAXE_STD_PATH=$ROOT/build/$VERSION/std/ $ROOT/build/$VERSION/haxe --cwd $ROOT build-select.hxml
HAXE_STD_PATH=$ROOT/build/$VERSION/std/ $ROOT/build/$VERSION/haxe --cwd $ROOT build-download.hxml
HAXE_STD_PATH=$ROOT/build/$VERSION/std/ $ROOT/build/$VERSION/haxe --cwd $ROOT build.hxml
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MKLINK /D "versions/5.0.0-alpha.1+%HAXE_VER%" "%ROOT%/build/windows64_%HAXE_VER%
MKLINK /D "current" "%ROOT%/build/windows64_%HAXE_VER%"

REM Prebuild cli
%ROOT%/build/windows64_%HAXE_VER%/haxe.exe --cwd %ROOT% build-hx.hxml
%ROOT%/build/windows64_%HAXE_VER%/haxe.exe --cwd %ROOT% build.hxml

ECHO "Please add %ROOT%/bin to your PATH"
ECHO "Please set HAXE_STD_PATH to %ROOT%/current/std"
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if ! [ -e "bin/haxelib" ]; then
fi

# Prebuild cli
HAXE_STD_PATH="$ROOT/build/${BUILD_OS}_${HAXE_VER}/std/" "$ROOT/build/${BUILD_OS}_${HAXE_VER}/haxe" --cwd "$ROOT" build-hx.hxml
HAXE_STD_PATH="$ROOT/build/${BUILD_OS}_${HAXE_VER}/std/" "$ROOT/build/${BUILD_OS}_${HAXE_VER}/haxe" --cwd "$ROOT" build.hxml

echo "Please add $ROOT/bin to your PATH"
echo "Please set HAXE_STD_PATH to $ROOT/current/std"
4 changes: 0 additions & 4 deletions run-download.hxml

This file was deleted.

4 changes: 0 additions & 4 deletions run-select.hxml

This file was deleted.

0 comments on commit c6d97c1

Please sign in to comment.