mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:04:18 +00:00
Use premake from mintaka submodule
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,7 +1,3 @@
|
||||
[submodule "vendor/Mintaka"]
|
||||
path = vendor/Mintaka
|
||||
url = https://github.com/Tribufu/Mintaka
|
||||
[submodule "vendor/premake-core"]
|
||||
path = vendor/premake-core
|
||||
url = https://github.com/TribufuForks/premake-core
|
||||
branch = vendor
|
||||
|
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
call .\vendor\premake-core\windows\premake5.exe vs2022
|
||||
call .\vendor\Mintaka\vendor\premake-core\windows\premake5.exe vs2022
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
||||
then
|
||||
./vendor/premake-core/linux/premake5 gmake2
|
||||
./vendor/Mintaka/vendor/premake-core/linux/premake5 gmake2
|
||||
|
||||
elif [ "$(uname)" = "Darwin" ]
|
||||
then
|
||||
./vendor/premake-core/mac/premake5 xcode4
|
||||
./vendor/Mintaka/vendor/premake-core/mac/premake5 xcode4
|
||||
fi
|
||||
|
1
vendor/premake-core
vendored
1
vendor/premake-core
vendored
Submodule vendor/premake-core deleted from 4bd56019c4
Reference in New Issue
Block a user