Added afterescher back into the example list in runexamples.bat.
Added osgSim and osgText into the geo/GNUmakefile LIBS.
This commit is contained in:
@@ -34,8 +34,8 @@ osgvertexprogram
|
||||
echo osgviewer Town.osg
|
||||
osgviewer Town.osg
|
||||
|
||||
#echo osgviewer afterescher.geo
|
||||
#osgviewer afterescher.geo
|
||||
echo osgviewer afterescher.geo
|
||||
osgviewer afterescher.geo
|
||||
|
||||
echo osgshape
|
||||
osgshape
|
||||
|
||||
@@ -6,13 +6,7 @@ CXXFILES =\
|
||||
ReaderWriterGEO.cpp
|
||||
|
||||
|
||||
##LIBS += -losgText -losgSim $(OSG_LIBS) $(OTHER_LIBS)
|
||||
LIBS =
|
||||
|
||||
#### MacOS X specific definitions
|
||||
ifeq ($(OS),Darwin)
|
||||
LINKARGS += -Wl,multiply_defined -Wl,suppress
|
||||
endif
|
||||
LIBS += -losgText -losgSim $(OSG_LIBS) $(OTHER_LIBS)
|
||||
|
||||
|
||||
TARGET_BASENAME = geo
|
||||
|
||||
Reference in New Issue
Block a user