Make project compilable on Windows with LLVM/clang
This commit is contained in:
parent
4e375f7e6a
commit
01993a93ed
14 changed files with 36073 additions and 0 deletions
3
build.bat
Normal file
3
build.bat
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
set CFLAGS=-Wall -Wextra -g -pedantic -fenable-matrix -Wno-gnu-zero-variadic-macro-arguments -I./include
|
||||
set LIBS=-lWs2_32 -lole32 -lcomctl32 -lgdi32 -lcomdlg32 -luuid -lopengl32 glew32.lib glfw3dll.lib
|
||||
clang %CFLAGS% %LIBS% main.c -o hexnando.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue