mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
630eb2d3af
an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. PR: 46731 Submitted by: Christian Gusenbauer <c47g@gmx.at>
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
*** apps/demos/SceneViewer/GNUmakefile.orig Thu Jan 2 15:06:49 2003
|
|
--- apps/demos/SceneViewer/GNUmakefile Thu Jan 2 15:07:07 2003
|
|
***************
|
|
*** 6,11 ****
|
|
--- 6,13 ----
|
|
|
|
CXXFILES = SceneViewer.c++ SoSceneViewer.c++ SvManipList.c++
|
|
|
|
+ CXXFLAGS += -DXTSTRINGDEFINES
|
|
+
|
|
LLDOPTS += -L../../samples/widgets
|
|
|
|
LLDLIBS = -lInventorWidget -lInventor -lInventorXt
|