feat(repo): add scripts (#533)
This commit is contained in:
1
scripts/fix_recursive.bat
Normal file
1
scripts/fix_recursive.bat
Normal file
@ -0,0 +1 @@
|
||||
git submodule update --init
|
5
scripts/gen_proj.bat
Normal file
5
scripts/gen_proj.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
premake5 vs2022
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
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