aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
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)