feat(repo): add scripts (#533)

This commit is contained in:
Yimura 2022-10-28 21:34:32 +02:00 committed by GitHub
parent cf4ecbc1f7
commit e449e6885d
6 changed files with 6 additions and 1 deletions

1
open_cmd_prompt.bat Normal file
View File

@ -0,0 +1 @@
start cmd.exe

View File

@ -0,0 +1 @@
git submodule update --init

View File

@ -1,5 +1,5 @@
@echo off
premake5 vs2019
premake5 vs2022
IF %ERRORLEVEL% NEQ 0 (
PAUSE
)

1
scripts/open_vs.bat Normal file
View File

@ -0,0 +1 @@
start BigBaseV2.sln

View File

@ -0,0 +1 @@
git checkout master && call update_repo.bat

1
scripts/update_repo.bat Normal file
View File

@ -0,0 +1 @@
git pull && git submodule update