Removed the building of the osgTXP library so the build system builds only

the plugin.  Building both the plugin and the library causes a race condition
during parallel makes.
This commit is contained in:
Don BURNS
2003-03-14 02:29:34 +00:00
parent 2915550887
commit 3786683636

View File

@@ -41,7 +41,8 @@ PLUGIN_TARGET_BASENAME = txp
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(PLUGIN_TARGET_BASENAME).$(PLUGIN_EXT)
LIB_TARGET_BASENAME=osgTXP
LIB = $(LIB_PREFIX)$(LIB_TARGET_BASENAME).$(LIB_EXT)
#### LIB NOT NEEDED ANYMORE and causes a race condition when doing a parallel make.
####LIB_TARGET_BASENAME=osgTXP
####LIB = $(LIB_PREFIX)$(LIB_TARGET_BASENAME).$(LIB_EXT)
include $(TOPDIR)/Make/makerules