Skip to content

Commit

Permalink
Update build_squick.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan committed Oct 1, 2023
1 parent fef2851 commit e178dad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/build_squick.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ set build_path=%project_path%\cache

mkdir %build_path%

start cmd /c "generate_config.bat"
call "proto2code.bat"
call "generate_config.bat"
call "init_runtime_dll.bat"

rem cmake
cd %build_path%\
echo %project_path%
cmake %project_path%\src -DMODE=dev
cmake --build .
pause
cmake --build .

0 comments on commit e178dad

Please sign in to comment.