This commit is contained in:
2024-11-24 20:21:08 +00:00
parent 2a1b24af1f
commit 7b9b6f3200
8 changed files with 91 additions and 96 deletions

View File

@@ -1,2 +0,0 @@
call build || exit /b %errorlevel%
devenv .\build\handmade_win32.exe

View File

@@ -1,2 +0,0 @@
call build || exit /b %errorlevel%
.\build\handmade_win32.exe

1
misc/cmds/run.bat Normal file
View File

@@ -0,0 +1 @@
.\build\handmade_win32.exe

2
misc/hh.bat Normal file
View File

@@ -0,0 +1,2 @@
call .\misc\cmds\%1.bat || exit /b %errorlevel%
.\build\handmade_win32.exe