Further work on getting osgText compiling.

This commit is contained in:
Robert Osfield
2001-10-23 22:28:41 +00:00
parent b90a734810
commit a4e26d447b
3 changed files with 253 additions and 232 deletions

View File

@@ -24,10 +24,10 @@ C++FILES = \
Version.cpp
TARGET_BASENAME = osgGLUT
TARGET_BASENAME = osgText
LIBS = -L../../lib -losgDB -losgUtil -losg $(GLUTLIB) -lGLU -lGL -lm
LIBS = -L../../lib -lfreetype -losgDB -losgUtil -losg -lGLU -lGL -lm
LIB = ../../lib/lib$(TARGET_BASENAME).so
#LIB = ../../lib/lib$(TARGET_BASENAME).a
@@ -38,7 +38,7 @@ TARGET_INCLUDE_FILES = \
osgText/Version\
osgText/Text
C++FLAGS += -I ../../include -I /usr/local/include/freetype2 -I /usr/local/include/freetype2/freetype
C++FLAGS += -I ../../include -I /usr/local/include/freetype2
include ../../Make/makerules