aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..05fd8ee
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,6 @@
+CC=x86_64-w64-mingw32-gcc
+CFLAGS=-static-libgcc -static-libstdc++ -I..
+LIBS=-lopengl32 -lgdi32
+
+layered.exe: layered.c
+ $(CC) $(CFLAGS) -o layered.exe layered.c ../wglarb.c $(LIBS)