Files
manigraph/compile.bat
2024-11-06 19:27:02 -06:00

4 lines
270 B
Batchfile

:: 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/nuklear -I ext/glfw/include src/*.c -o manigraph -L . -lglfw -lopengl32 -lglew32