3246dde716
By default the original flt plugin is still used, to select at runtime the new plugin set the env OSG_OPEN_FLIGHT_PLUGIN=new
35 lines
823 B
Makefile
35 lines
823 B
Makefile
TOPDIR = ../../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
AncillaryRecords.cpp \
|
|
AttrData.cpp \
|
|
ControlRecords.cpp \
|
|
DataInputStream.cpp \
|
|
Document.cpp \
|
|
GeometryRecords.cpp \
|
|
LightPointRecords.cpp \
|
|
PaletteRecords.cpp \
|
|
Pools.cpp \
|
|
PrimaryRecords.cpp \
|
|
ReaderWriterATTR.cpp \
|
|
ReaderWriterFLT.cpp \
|
|
Record.cpp \
|
|
RecordInputStream.cpp \
|
|
Registry.cpp \
|
|
ReservedRecords.cpp \
|
|
RoadRecords.cpp \
|
|
Vertex.cpp \
|
|
VertexRecords.cpp \
|
|
|
|
|
|
INC += -I$(THISDIR)
|
|
|
|
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
|
|
|
|
TARGET_BASENAME = OpenFlight
|
|
include $(TOPDIR)/Make/cygwin_plugin_def
|
|
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
|
|
|
include $(TOPDIR)/Make/makerules
|