aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 05fd8ee6f399e29703e513f2c99d4b84e3cc86f5 (plain)
1
2
3
4
5
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)