diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c0dc493 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test: test.cpp GLFT_Font.cpp + g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype `freetype-config --cflags` diff --git a/test.cpp b/test.cpp index ce0d2ad..7895b89 100644 --- a/test.cpp +++ b/test.cpp @@ -1,8 +1,8 @@ // This file is distributed along with GLFT_Font and is in the public domain. // Compiled with g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -// -lglfw -lGL -lfreetype +// -lglfw -lGL -lfreetype `freetype-config --cflags` // -// $Id: test.cpp,v 1.1 2005/07/18 22:19:16 cozman Exp $ +// $Id: test.cpp,v 1.2 2005/07/18 22:28:27 cozman Exp $ #include #include "GLFT_Font.hpp"