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

@@ -0,0 +1,21 @@
#!smake
include ../../../Make/makedefs
C++FILES = \
main.cpp
TARGET = ../../../bin/osgtext
TARGET_BIN_FILES = osgtext
#note, use this library list when using the Performer osgPlugin.
#LIBS = ${PFLIBS} -losgGLUT -losgUtil -losgDB -losg $(GLUTLIB) -lGLU -lGL -lm -lXmu -lX11 -lXi
#note, standard library list.
LIBS = -losgGLUT -losgText -losgUtil -losgDB -losg $(GLUTLIB) -lGLU -lGL -lm -lXmu -lX11 -lXi
C++FLAGS += -I../../../include -g
LDFLAGS += -L../../../lib
include ../../../Make/makerules