aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-04-01 12:10:46 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2014-04-01 12:10:46 +0200
commitb266315a333cb4037b6f0fbc2fcc24c9c3fa8c0e (patch)
tree596462825dff8afbc2514b809468a926fb7e31b6 /test/Makefile
parent47abffdbf565fabb56a735930886fe32e00cb779 (diff)
downloadwglarb-b266315a333cb4037b6f0fbc2fcc24c9c3fa8c0e.tar.gz
wglarb-b266315a333cb4037b6f0fbc2fcc24c9c3fa8c0e.tar.bz2
layered window testcase
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)