feat(repo): add scripts (#533)
This commit is contained in:
parent
e915f88daf
commit
f3b933e72f
1
open_cmd_prompt.bat
Normal file
1
open_cmd_prompt.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
start cmd.exe
|
1
scripts/fix_recursive.bat
Normal file
1
scripts/fix_recursive.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
git submodule update --init
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
premake5 vs2019
|
premake5 vs2022
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
)
|
)
|
1
scripts/open_vs.bat
Normal file
1
scripts/open_vs.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
start BigBaseV2.sln
|
1
scripts/switch_master_update.bat
Normal file
1
scripts/switch_master_update.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
git checkout master && call update_repo.bat
|
1
scripts/update_repo.bat
Normal file
1
scripts/update_repo.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
git pull && git submodule update
|
Reference in New Issue
Block a user