[GRASS-SVN] r35605 -
grass/branches/releasebranch_6_4/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 25 07:42:58 EST 2009
Author: neteler
Date: 2009-01-25 07:42:57 -0500 (Sun, 25 Jan 2009)
New Revision: 35605
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile
Log:
fix linking as fixed in ../nviz/
Modified: grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile 2009-01-25 12:41:45 UTC (rev 35604)
+++ grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile 2009-01-25 12:42:57 UTC (rev 35605)
@@ -2,6 +2,8 @@
include $(MODULE_TOPDIR)/include/Make/Lib.make
+SHLIB_LD = $(CXX) -shared
+
LIB_NAME = grass6_wxvdigit
SOURCES := $(wildcard *.cpp) $(LIB_NAME)_wrap.cpp
SHLIB_OBJS := $(patsubst %.cpp, $(OBJDIR)/%.o, $(SOURCES))
More information about the grass-commit
mailing list