This commit is contained in:
2024-07-09 22:15:52 +01:00
parent 2d30f26fc9
commit 374bfc8bf1
5 changed files with 91 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
@echo off
mkdir .\build
if NOT EXIST .\build mkdir .\build
pushd .\build
pwd
cl -FC -Zi -Fe:handmade.exe ..\src\win32_handmade.cpp user32.lib Gdi32.lib