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

1
.gitignore vendored
View File

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

View File

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

View File

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