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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
local/
|
||||
build/
|
||||
build/
|
||||
user*.*
|
@@ -1,4 +1,6 @@
|
||||
@echo off
|
||||
|
||||
cd %~dp0
|
||||
|
||||
git submodule update --init --recursive
|
||||
tools\premake5.exe vs2019
|
||||
tools\premake5.exe %* vs2019
|
@@ -4,4 +4,4 @@
|
||||
cd "$(dirname "$0")" || exit 2
|
||||
|
||||
git submodule update --init --recursive
|
||||
tools/premake5 gmake2
|
||||
tools/premake5 $@ gmake2
|
Reference in New Issue
Block a user