glftfont/Makefile
PureW a4248ddef7 Added library needed for compilation
Signed-off-by: James Turk <james.p.turk@gmail.com>
2009-06-19 10:26:56 +08:00

6 lines
259 B
Makefile

test: test.cpp GLFT_Font.cpp
g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype -pthread -lXrandr `freetype-config --cflags`
glftfont.tar.gz:
tar -czf glftfont.tar.gz GLFT_Font.cpp GLFT_Font.hpp index.html README test.cpp Makefile