WIP: Working window that breaks OpenGL settings

This commit is contained in:
PedroEdiaz
2024-11-06 19:27:02 -06:00
parent 25df66b5f8
commit 46869cbcde
6 changed files with 41 additions and 31468 deletions

View File

@@ -1,3 +1,3 @@
:: git submodule update --init --recursive
:: gcc -fPIC -shared -Iext/glfw/deps/MinGW -D_GLFW_WIN32 -D_GLFW_BUILD_DLL ./ext/glfw/src/*.c -o glfw.dll -lgdi32
gcc -I ext/cglm/include -I ext/glfw/include src/*.c -o manigraph -L . -lglfw -lopengl32 -lglew32
gcc -I ext/cglm/include -I ext/nuklear -I ext/glfw/include src/*.c -o manigraph -L . -lglfw -lopengl32 -lglew32