[GRASS-SVN] r29702 - in grass/trunk: gui include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 13 16:32:56 EST 2008


Author: martinl
Date: 2008-01-13 16:32:56 -0500 (Sun, 13 Jan 2008)
New Revision: 29702

Modified:
   grass/trunk/gui/Makefile
   grass/trunk/include/Make/Platform.make.in
Log:
wxPython support added

Modified: grass/trunk/gui/Makefile
===================================================================
--- grass/trunk/gui/Makefile	2008-01-13 21:24:33 UTC (rev 29701)
+++ grass/trunk/gui/Makefile	2008-01-13 21:32:56 UTC (rev 29702)
@@ -12,8 +12,8 @@
     SUBDIRS += $(TCLTKBASED)
 endif
 
-#compile if Python present:
-ifneq ($(strip $(USE_PYTHON)),)
+#compile if wxPython present:
+ifneq ($(strip $(USE_WXPYTHON)),)
     SUBDIRS += $(PYTHONBASED)
 endif
 

Modified: grass/trunk/include/Make/Platform.make.in
===================================================================
--- grass/trunk/include/Make/Platform.make.in	2008-01-13 21:24:33 UTC (rev 29701)
+++ grass/trunk/include/Make/Platform.make.in	2008-01-13 21:32:56 UTC (rev 29702)
@@ -207,6 +207,10 @@
 PYVERSION           = @PYVERSION@
 USE_PYTHON          = @USE_PYTHON@
 
+#wxPython
+WXVERSION           = @WXVERSION@
+USE_WXPYTHON        = @USE_WXPYTHON@
+
 #i18N
 HAVE_NLS            = @HAVE_NLS@
 



More information about the grass-commit mailing list