-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1044f4
commit f4f9095
Showing
738 changed files
with
305,397 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env bash | ||
|
||
. `dirname "$0"`/tools/platform.sh | ||
MAKE="`dirname "$0"`/tools/bin/$KINC_PLATFORM/amake" | ||
exec $MAKE `dirname "$0"`/tools/make.js "$@" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
@call "%~dp0tools\bin\windows_x64\amake.exe" "%~dp0tools\make.js" %* |
Oops, something went wrong.