[GRASS-SVN] r42885 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 23 14:28:10 EDT 2010


Author: martinl
Date: 2010-07-23 18:28:09 +0000 (Fri, 23 Jul 2010)
New Revision: 42885

Removed:
   grass/branches/develbranch_6/gui/wxpython/nviz/
Modified:
   grass/branches/develbranch_6/gui/wxpython/Makefile
Log:
wxGUI: C++ component nviz replaced by python module wxnviz (still
waits for ctypes backport from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile	2010-07-23 14:14:46 UTC (rev 42884)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile	2010-07-23 18:28:09 UTC (rev 42885)
@@ -1,8 +1,8 @@
 MODULE_TOPDIR = ../..
 
-SUBDIRS = docs vdigit nviz
+SUBDIRS = docs vdigit
 EXTRA_CLEAN_FILES = menustrings.py
-CLEAN_SUBDIRS = vdigit nviz
+CLEAN_SUBDIRS = vdigit
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make
@@ -17,7 +17,7 @@
 	$(MAKE) parsubdirs
 
 install_scripts:
-	-for dir in '' compat gui_modules icons icons/silk images scripts vdigit xml nviz ; do \
+	-for dir in '' compat gui_modules icons icons/silk images scripts vdigit xml; do \
 	if [ ! -d $(ETCDIR)/$$dir ] ; then $(MKDIR) $(ETCDIR)/$$dir ; fi ; \
 	done
 	$(MAKE) $(DSTFILES)



More information about the grass-commit mailing list