From b266315a333cb4037b6f0fbc2fcc24c9c3fa8c0e Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Tue, 1 Apr 2014 12:10:46 +0200 Subject: layered window testcase --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') 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) -- cgit v1.2.3