aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2014-04-01 15:37:40 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2014-04-01 15:37:40 +0200
commitaf16fcac2fadb78a137934171d021b4242563d7e (patch)
tree5af13bf09a60ae9d70d620333b9497c3000cdd47 /test/Makefile
parentb266315a333cb4037b6f0fbc2fcc24c9c3fa8c0e (diff)
downloadwglarb-af16fcac2fadb78a137934171d021b4242563d7e.tar.gz
wglarb-af16fcac2fadb78a137934171d021b4242563d7e.tar.bz2
Windows DWM support
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 05fd8ee..78ae707 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,6 @@
-CC=x86_64-w64-mingw32-gcc
+CC=i686-w64-mingw32-gcc
CFLAGS=-static-libgcc -static-libstdc++ -I..
-LIBS=-lopengl32 -lgdi32
+LIBS=-lopengl32 -lgdi32 -lkernel32
layered.exe: layered.c
$(CC) $(CFLAGS) -o layered.exe layered.c ../wglarb.c $(LIBS)