diff --git a/src/osgPlugins/osgFX/GNUmakefile b/src/osgPlugins/osgFX/GNUmakefile index 50d6c6a1f..9d333a0fa 100644 --- a/src/osgPlugins/osgFX/GNUmakefile +++ b/src/osgPlugins/osgFX/GNUmakefile @@ -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 diff --git a/src/osgPlugins/osgParticle/GNUmakefile b/src/osgPlugins/osgParticle/GNUmakefile index 32f6e7400..ec8a7fa06 100644 --- a/src/osgPlugins/osgParticle/GNUmakefile +++ b/src/osgPlugins/osgParticle/GNUmakefile @@ -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 diff --git a/src/osgPlugins/osgSim/GNUmakefile b/src/osgPlugins/osgSim/GNUmakefile index 7749f1038..faf35fec4 100644 --- a/src/osgPlugins/osgSim/GNUmakefile +++ b/src/osgPlugins/osgSim/GNUmakefile @@ -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 diff --git a/src/osgPlugins/osgText/GNUmakefile b/src/osgPlugins/osgText/GNUmakefile index c9c238c18..36a365688 100644 --- a/src/osgPlugins/osgText/GNUmakefile +++ b/src/osgPlugins/osgText/GNUmakefile @@ -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 diff --git a/src/osgPlugins/osga/GNUmakefile b/src/osgPlugins/osga/GNUmakefile index f63dc0dde..1d1e36d40 100644 --- a/src/osgPlugins/osga/GNUmakefile +++ b/src/osgPlugins/osga/GNUmakefile @@ -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