[GRASS-SVN] r42706 - grass/branches/develbranch_6/swig
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 5 23:46:41 EDT 2010
Author: hamish
Date: 2010-07-06 03:46:40 +0000 (Tue, 06 Jul 2010)
New Revision: 42706
Modified:
grass/branches/develbranch_6/swig/Makefile
Log:
Don't build SWIG python bindings anymore (being replaced by ctypes)
Modified: grass/branches/develbranch_6/swig/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/Makefile 2010-07-05 20:55:02 UTC (rev 42705)
+++ grass/branches/develbranch_6/swig/Makefile 2010-07-06 03:46:40 UTC (rev 42706)
@@ -5,7 +5,7 @@
#compile if PYTHON present:
ifneq ($(USE_PYTHON),)
ifneq ($(strip $(CXX)),)
- SUBDIRS += python
+# SUBDIRS += python
endif
endif
More information about the grass-commit
mailing list