Skip to content

Commit

Permalink
Add armorcore
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Nov 10, 2024
1 parent d1044f4 commit f4f9095
Show file tree
Hide file tree
Showing 738 changed files with 305,397 additions and 0 deletions.
5 changes: 5 additions & 0 deletions armorcore/make
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 "$@"
1 change: 1 addition & 0 deletions armorcore/make.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@call "%~dp0tools\bin\windows_x64\amake.exe" "%~dp0tools\make.js" %*
Loading

0 comments on commit f4f9095

Please sign in to comment.