This commit is contained in:
2024-07-07 22:50:24 +01:00
parent 5184b36853
commit 45ccf2310d
5 changed files with 295 additions and 45 deletions

View File

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

View File

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

View File

@@ -4,3 +4,8 @@ pushd .\build
pwd
cl -FC -Zi ..\src\main.cpp user32.lib Gdi32.lib
popd
exit /b
:error
echo Failed with error #%errorlevel%.
exit /b %errorlevel%

View File

@@ -1,4 +1,5 @@
@echo off
start "ProconXInput" "C:\Program Files\ProconXInput\ProconXInput.exe"
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
set path=C:\source\repos\handmade\misc;%path%
cd C:\source\repos\handmade\