This commit is contained in:
2024-09-06 22:11:26 +01:00
parent 0941000e13
commit 51c9509a13
5 changed files with 137 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ cl ^
-FC %= Full path of source code file in diagnostics =%^
-Zi %= Generate debugger info =%^
-Fe:handmade.exe ..\src\win32_handmade.cpp %= Output filename, input filename =%^
user32.lib Gdi32.lib %= Linked libraries =%^
user32.lib Gdi32.lib winmm.lib %= Linked libraries =%^
/link -subsystem:windows,5.1 %= Linker stuff =%
popd
exit /b