WIP: Working window that breaks OpenGL settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user