Rationalized on the number of libs required.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user