[GRASS-SVN] r35551 - grass/branches/develbranch_6/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 23 08:58:37 EST 2009


Author: neteler
Date: 2009-01-23 08:58:37 -0500 (Fri, 23 Jan 2009)
New Revision: 35551

Modified:
   grass/branches/develbranch_6/gui/wxpython/nviz/Makefile
Log:
fix for trac #456 (backport from trunk)

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/Makefile	2009-01-23 12:19:49 UTC (rev 35550)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/Makefile	2009-01-23 13:58:37 UTC (rev 35551)
@@ -2,6 +2,8 @@
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 
+SHLIB_LD = $(CXX) -shared
+
 LIB_NAME = grass6_wxnviz
 SOURCES := $(wildcard *.cpp) $(LIB_NAME)_wrap.cpp
 SHLIB_OBJS := $(patsubst %.cpp, $(OBJDIR)/%.o, $(SOURCES))



More information about the grass-commit mailing list