mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Update generate scripts
This commit is contained in:
parent
089ed9fe0d
commit
04e9622f03
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
local/
|
local/
|
||||||
build/
|
build/
|
||||||
|
user*.*
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user