We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007725d commit bfe05c6Copy full SHA for bfe05c6
build.bat
@@ -1,3 +1,5 @@
1
@echo off
2
+set meow=%cd%
3
+echo %meow%
4
set libs_win=user32.lib gdi32.lib OpenGL32.lib
5
cl /nologo -Iinclude src\main.c /Zi /Fe./build/main.exe -Fo./build/main.obj
0 commit comments