From Eric Sokolosky, added INVENTOR_INCLUDE and INVENTOR_LIB vars.
This commit is contained in:
parent
d36e302573
commit
12a315ec1d
@ -14,8 +14,8 @@ else
|
||||
INVENTOR_LIB = -lInventor
|
||||
endif
|
||||
|
||||
INC += -I$(THISDIR)
|
||||
LIBS += $(OSG_LIBS) $(OTHER_LIBS) $(INVENTOR_LIB)
|
||||
INC += -I$(THISDIR) $(INVENTOR_INCLUDE)
|
||||
LIBS += $(OSG_LIBS) $(OTHER_LIBS) $(INVENTOR_LIB_DIR) $(INVENTOR_LIB)
|
||||
TARGET_BASENAME = iv
|
||||
|
||||
include $(TOPDIR)/Make/cygwin_plugin_def
|
||||
|
Loading…
Reference in New Issue
Block a user