[GRASS-SVN] r50860 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 17 18:31:39 EST 2012
Author: martinl
Date: 2012-02-17 15:31:39 -0800 (Fri, 17 Feb 2012)
New Revision: 50860
Modified:
grass/branches/develbranch_6/mswindows/Makefile
Log:
mswindows: fix Makefile for G6
Modified: grass/branches/develbranch_6/mswindows/Makefile
===================================================================
--- grass/branches/develbranch_6/mswindows/Makefile 2012-02-17 23:30:16 UTC (rev 50859)
+++ grass/branches/develbranch_6/mswindows/Makefile 2012-02-17 23:31:39 UTC (rev 50860)
@@ -1,10 +1,11 @@
MODULE_TOPDIR = ..
-include $(MODULE_TOPDIR)/include/Make/Other.make
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+include $(MODULE_TOPDIR)/include/Make/Grass.make
+include $(MODULE_TOPDIR)/include/Make/Rules.make
-EXTRA_CLEAN_FILES = GRASS-Packager.bat GRASS-Installer.bat
+EXTRA_CLEAN_FILES = GRASS-Packager.bat GRASS-Installer.nsi
-SUBDIRS =
ifneq ($(MINGW),)
default: GRASS-Packager.bat GRASS-Installer.nsi
endif
More information about the grass-commit
mailing list