[GRASS-SVN] r37380 - grass/trunk/swig/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 22 16:19:34 EDT 2009


Author: martinl
Date: 2009-05-22 16:19:34 -0400 (Fri, 22 May 2009)
New Revision: 37380

Removed:
   grass/trunk/swig/python/setup.py
Log:
remove currently unused file


Deleted: grass/trunk/swig/python/setup.py
===================================================================
--- grass/trunk/swig/python/setup.py	2009-05-22 16:59:56 UTC (rev 37379)
+++ grass/trunk/swig/python/setup.py	2009-05-22 20:19:34 UTC (rev 37380)
@@ -1,15 +0,0 @@
-from distutils.core import setup, Extension
-import os
-
-setup(
-	ext_modules= [
-		Extension(
-			'_grass7_wxvdigit',
-			sources=[
-				"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