[GRASS-SVN] r36924 - in grass/branches/develbranch_6/gui/wxpython: nviz vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 30 10:48:06 EDT 2009


Author: martinl
Date: 2009-04-30 10:48:06 -0400 (Thu, 30 Apr 2009)
New Revision: 36924

Modified:
   grass/branches/develbranch_6/gui/wxpython/nviz/Makefile
   grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
Log:
Build wxGUI Python extensions with -c++ (Python 2.4)
	(merge from trunk, r36923)


Modified: grass/branches/develbranch_6/gui/wxpython/nviz/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/Makefile	2009-04-30 14:39:40 UTC (rev 36923)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/Makefile	2009-04-30 14:48:06 UTC (rev 36924)
@@ -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/develbranch_6/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2009-04-30 14:39:40 UTC (rev 36923)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2009-04-30 14:48:06 UTC (rev 36924)
@@ -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