[GRASS-SVN] r36925 - in
grass/branches/releasebranch_6_4/gui/wxpython: nviz vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 30 10:55:23 EDT 2009
Author: martinl
Date: 2009-04-30 10:55:23 -0400 (Thu, 30 Apr 2009)
New Revision: 36925
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/nviz/Makefile
grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile
Log:
Build wxGUI Python extensions with -c++ (Python 2.4)
(merge from trunk, r36923)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/nviz/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/nviz/Makefile 2009-04-30 14:48:06 UTC (rev 36924)
+++ grass/branches/releasebranch_6_4/gui/wxpython/nviz/Makefile 2009-04-30 14:55:23 UTC (rev 36925)
@@ -28,7 +28,7 @@
$(LIB_NAME).py: $(SHLIB)
$(SHLIB): $(LIB_NAME).i
- python setup.py build_ext --swig=$(SWIG) --build-lib=$(OBJDIR) --build-temp=$(OBJDIR)
+ python setup.py build_ext --swig=$(SWIG) --swig-opts=-c++ --build-lib=$(OBJDIR) --build-temp=$(OBJDIR)
.NOTPARALLEL: $(LIB_NAME).py $(LIB_NAME)_wrap.cpp
Modified: grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile 2009-04-30 14:48:06 UTC (rev 36924)
+++ grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile 2009-04-30 14:55:23 UTC (rev 36925)
@@ -26,7 +26,7 @@
$(LIB_NAME).py: $(SHLIB)
$(SHLIB): $(LIB_NAME).i
- python setup.py build_ext --swig=$(SWIG) --build-lib=$(OBJDIR) --build-temp=$(OBJDIR)
+ python setup.py build_ext --swig=$(SWIG) --swig-opts=-c++ --build-lib=$(OBJDIR) --build-temp=$(OBJDIR)
.NOTPARALLEL: $(LIB_NAME).py $(LIB_NAME)_wrap.cpp
More information about the grass-commit
mailing list