2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-08-31 22:17:25 +00:00

Update generate scripts

This commit is contained in:
Jan
2021-10-10 15:07:40 +02:00
parent 089ed9fe0d
commit 04e9622f03
3 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
local/
build/
build/
user*.*

View File

@@ -1,4 +1,6 @@
@echo off
cd %~dp0
git submodule update --init --recursive
tools\premake5.exe vs2019
tools\premake5.exe %* vs2019

View File

@@ -4,4 +4,4 @@
cd "$(dirname "$0")" || exit 2
git submodule update --init --recursive
tools/premake5 gmake2
tools/premake5 $@ gmake2