Rationalized on the number of libs required.

This commit is contained in:
Robert Osfield
2006-09-21 09:24:10 +00:00
parent dc57810d99
commit f6fe0de6e5
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ CXXFILES =\
IO_Effect.cpp\
LIBS += -losgFX $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgFX -losgDB -losgUtil -losg $(OTHER_LIBS)
TARGET_BASENAME = osgFX
include $(TOPDIR)/Make/cygwin_plugin_def

View File

@@ -34,7 +34,7 @@ CXXFILES =\
IO_VariableRateCounter.cpp\
LIBS += -losgParticle $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgParticle -losgDB -losgUtil -losg $(OTHER_LIBS)
TARGET_BASENAME = osgParticle
include $(TOPDIR)/Make/cygwin_plugin_def

View File

@@ -12,7 +12,7 @@ CXXFILES =\
IO_Impostor.cpp\
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgSim -losgText -losgDB -losgUtil -losg $(OTHER_LIBS)
TARGET_BASENAME = osgSim
include $(TOPDIR)/Make/cygwin_plugin_def

View File

@@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs
CXXFILES =\
IO_Text.cpp
LIBS += -losgText $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgText -losgUtil -losgDB -losg $(OTHER_LIBS)
TARGET_BASENAME = osgText
include $(TOPDIR)/Make/cygwin_plugin_def

View File

@@ -8,7 +8,7 @@ CXXFILES =\
INC += -I$(THISDIR)
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgDB -losg $(OTHER_LIBS)
TARGET_BASENAME = osga
include $(TOPDIR)/Make/cygwin_plugin_def