Added makefile.

This commit is contained in:
Robert Osfield 2003-07-23 20:57:57 +00:00
parent 2f47ab559a
commit bf5add799d

View File

@ -0,0 +1,16 @@
TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
IO_LightPointNode.cpp\
IO_LightPoint.cpp\
IO_BlinkSequence.cpp\
IO_Sector.cpp
LIBS += -losgSim $(OSG_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgSim
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules