<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- apps/nodes/GeneralizedCylinder/GNUmakefile.orig	Tue Apr 12 07:44:51 2005
+++ apps/nodes/GeneralizedCylinder/GNUmakefile	Tue Apr 12 07:48:29 2005
@@ -7,6 +7,10 @@
 	GeneralizedCylinder.c++ Triangulator.c++ \
 	NurbMaker.c++
 
+CXXDSOOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt
+
+LLDOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt
+
 LLDLIBS = -lInventor -lInventorXt
 
 all install: all_ivbin
</pre></body></html>