1
0
Fork 0
flightgear/Simulator/Objects/Makefile.am
curt a9b54bca0f Major shuffling to push basic material management out into FlightGear/Lib/
so it can be accessible from the scenery tools.
Also implimented JIT texture loading to save start time and memory.
1999-05-12 04:24:55 +00:00

8 lines
220 B
Makefile

noinst_LIBRARIES = libObjects.a
libObjects_a_SOURCES = \
fragment.cxx fragment.hxx \
materialmgr.cxx materialmgr.hxx \
obj.cxx obj.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator