From b8d371f981acaa744252b41e6b12bba056945a7c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 15 Nov 2025 15:33:20 +0100 Subject: Fix github showcase --- code/build.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'code') diff --git a/code/build.bat b/code/build.bat index 2f9ac95..4e1989f 100755 --- a/code/build.bat +++ b/code/build.bat @@ -2,18 +2,18 @@ call cache.bat -set CommonCompilerFlags=-MTd -Gm- -nologo -GR- -EHa- -Oi -WX -W4 -wd4459 -wd4456 -wd4201 -wd4100 -wd4189 -wd4505 -wd4996 -wd4389 -DHANDMADE_SLOW=1 -DHANDMADE_INTERNAL=1 -FC -Z7 +set CommonCompilerFlags=-MTd -Gm- -nologo -GR- -EHa- -WX -W4 -wd4459 -wd4456 -wd4201 -wd4100 -wd4189 -wd4505 -wd4996 -wd4389 -DHANDMADE_SLOW=1 -DHANDMADE_INTERNAL=1 -FC -Z7 set CommonLinkerFlags=-opt:ref -incremental:no user32.lib Gdi32.lib winmm.lib IF NOT EXIST ..\build mkdir ..\build pushd ..\build REM 32-Bit -REM cl %CommonCompilerFlags% ..\code\win32_handmade.cpp /link -subsystem:windows,5.1 %CommonLinkerFlags% +REM cl %CommonCompilerFlags% ..\code\libs\hm_win32\win32_handmade.cpp /link -subsystem:windows,5.1 %CommonLinkerFlags% REM 64-Bit cl %CommonCompilerFlags% ..\code\handmade.cpp -Fmhandmade.map -LD /link /DLL /EXPORT:GameGetSoundSamples /EXPORT:GameUpdateAndRender -cl %CommonCompilerFlags% ..\code\win32_handmade.cpp -Fmwin32_handmade.map /link %CommonLinkerFlags% +cl %CommonCompilerFlags% ..\code\libs\hm_win32\win32_handmade.cpp -Fmwin32_handmade.map /link %CommonLinkerFlags% -popd \ No newline at end of file +popd -- cgit v1.2.3-70-g09d2