added Makefile
This commit is contained in:
parent
9bb913a9b1
commit
2cd172d158
2
Makefile
Normal file
2
Makefile
Normal file
@ -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`
|
4
test.cpp
4
test.cpp
@ -1,8 +1,8 @@
|
|||||||
// This file is distributed along with GLFT_Font and is in the public domain.
|
// 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
|
// 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 <GL/glfw.h>
|
#include <GL/glfw.h>
|
||||||
#include "GLFT_Font.hpp"
|
#include "GLFT_Font.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user