From Thom DeCarlo, build fix for Cygwin.
This commit is contained in:
@@ -41,9 +41,9 @@ INC += -I$(THISDIR)
|
||||
|
||||
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
|
||||
|
||||
PLUGIN_TARGET_BASENAME = txp
|
||||
TARGET_BASENAME = txp
|
||||
include $(TOPDIR)/Make/cygwin_plugin_def
|
||||
PLUGIN = $(PLUGIN_PREFIX)$(PLUGIN_TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
#### LIB NOT NEEDED ANYMORE and causes a race condition when doing a parallel make.
|
||||
####LIB_TARGET_BASENAME=osgTXP
|
||||
|
||||
Reference in New Issue
Block a user