-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old extra/ tools, merge build/ and extra/ into res/
- Loading branch information
Showing
7,681 changed files
with
43 additions
and
286 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
bin/ | ||
builds/ | ||
data/ | ||
releases/ | ||
res/*.hxb | ||
versions/ | ||
builds/ | ||
current | ||
data/ | ||
bin/ | ||
build/*.hxb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.SILENT: | ||
|
||
build-tools: | ||
extra/build-tools.sh | ||
res/build-tools.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
@ECHO OFF | ||
|
||
SET ROOT=%~dp0 | ||
REM TODO: from build/.current | ||
REM TODO: from res/.current | ||
SET HAXE_VER=5e4e368 | ||
|
||
MKDIR "releases" | ||
MKDIR "versions" | ||
MKDIR "bin" | ||
|
||
REM Install base tools | ||
ECHO F | XCOPY /S /Q /Y /F "extra/haxe.bat" "bin/haxe.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "extra/haxelib.bat" "bin/haxelib.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "extra/hx.bat" "bin/hx.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "extra/hxlib.bat" "bin/hxlib.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "res/haxe.bat" "bin/haxe.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "res/haxelib.bat" "bin/haxelib.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "res/hx.bat" "bin/hx.bat" | ||
ECHO F | XCOPY /S /Q /Y /F "res/hxlib.bat" "bin/hxlib.bat" | ||
|
||
REM Setup included Haxe version | ||
MKLINK /D "versions/5.0.0-alpha.1+%HAXE_VER%" "%ROOT%/build/windows64_%HAXE_VER%" | ||
MKLINK /D "current" "%ROOT%/build/windows64_%HAXE_VER%" | ||
MKLINK /D "versions/5.0.0-alpha.1+%HAXE_VER%" "%ROOT%/res/windows64_%HAXE_VER%" | ||
MKLINK /D "current" "%ROOT%/res/windows64_%HAXE_VER%" | ||
|
||
REM Prebuild cli | ||
%ROOT%/build/windows64_%HAXE_VER%/haxe.exe --cwd %ROOT% build.hxml --hxb build/hx.hxb | ||
%ROOT%/res/windows64_%HAXE_VER%/haxe.exe --cwd %ROOT% build.hxml --hxb res/hx.hxb | ||
|
||
ECHO "Please add %ROOT%/bin to your PATH" | ||
ECHO "Please set HAXE_STD_PATH to %ROOT%/current/std" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.