[GRASS-SVN] r37379 - grass/trunk/swig/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 22 12:59:56 EDT 2009
Author: neteler
Date: 2009-05-22 12:59:56 -0400 (Fri, 22 May 2009)
New Revision: 37379
Modified:
grass/trunk/swig/python/setup.py
Log:
update to not have it completely wrong
Modified: grass/trunk/swig/python/setup.py
===================================================================
--- grass/trunk/swig/python/setup.py 2009-05-22 16:46:55 UTC (rev 37378)
+++ grass/trunk/swig/python/setup.py 2009-05-22 16:59:56 UTC (rev 37379)
@@ -4,9 +4,9 @@
setup(
ext_modules= [
Extension(
- '_grass6_wxvdigit',
+ '_grass7_wxvdigit',
sources=[
- "python_grass6.i",
+ "python_grass7.i",
],
swig_opts=['-c++', '-shadow', "-I%s" % os.environ.get("GRASS_INC"), "-I%s\\include" % os.environ.get("OSGEO4W_ROOT") ],
libraries=['grass_gmath', 'grass_imagery','grass_gis','grass_vedit','gdal_i']
More information about the grass-commit
mailing list