aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 78ae7074f2b57e852437da4ccfb3505e38f847cb (plain)
1
2
3
4
5
6
CC=i686-w64-mingw32-gcc
CFLAGS=-static-libgcc -static-libstdc++ -I..
LIBS=-lopengl32 -lgdi32 -lkernel32

layered.exe: layered.c
	$(CC) $(CFLAGS) -o layered.exe layered.c ../wglarb.c $(LIBS)