Update mintaka

This commit is contained in:
2024-03-21 12:24:52 -03:00
parent f853f091e5
commit 60126abfa5
8 changed files with 8 additions and 24793 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "vendor/premake-core"]
path = vendor/premake-core
url = https://github.com/TribufuForks/premake-core
[submodule "vendor/MintakaCpp"]
path = vendor/MintakaCpp
url = https://github.com/Tribufu/MintakaCpp

View File

@ -1,3 +1,3 @@
@echo off
call .\vendor\premake-core\windows\premake5.exe vs2022
call .\vendor\MintakaCpp\vendor\premake-core\windows\premake5.exe vs2022

View File

@ -2,9 +2,9 @@
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
./vendor/premake-core/linux/premake5 gmake2
./vendor/MintakaCpp/vendor/premake-core/linux/premake5 gmake2
elif [ "$(uname)" = "Darwin" ]
then
./vendor/premake-core/mac/premake5 xcode4
./vendor/MintakaCpp/vendor/premake-core/mac/premake5 xcode4
fi

View File

@ -26,6 +26,7 @@ project "tribufu_cpp"
{
"../include",
"../vendor/*/include",
"../vendor/*/vendor/*/include",
}
libdirs

1
vendor/MintakaCpp vendored Submodule

Submodule vendor/MintakaCpp added at f2edcd71b0

View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2013-2022 Niels Lohmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

File diff suppressed because it is too large Load Diff

1
vendor/premake-core vendored

Submodule vendor/premake-core deleted from 4bd56019c4