[GRASS-SVN] r35760 - grass/branches/develbranch_6/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 4 10:56:46 EST 2009
Author: neteler
Date: 2009-02-04 10:56:46 -0500 (Wed, 04 Feb 2009)
New Revision: 35760
Modified:
grass/branches/develbranch_6/raster/Makefile
Log:
don't compile (yet) r.li on Windows
Modified: grass/branches/develbranch_6/raster/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/Makefile 2009-02-04 15:29:19 UTC (rev 35759)
+++ grass/branches/develbranch_6/raster/Makefile 2009-02-04 15:56:46 UTC (rev 35760)
@@ -128,6 +128,10 @@
include $(MODULE_TOPDIR)/include/Make/Platform.make
+ifneq ($(MINGW),)
+ SUBDIRS += r.li
+endif
+
#compile if GDAL present:
ifneq ($(USE_GDAL),)
SUBDIRS += $(GDALBASED)
More information about the grass-commit
mailing list