Further work on getting osgText compiling.
This commit is contained in:
21
src/Demos/osgtext/Makefile
Normal file
21
src/Demos/osgtext/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user