[GRASS-SVN] r29730 - grass/trunk/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 16 18:26:10 EST 2008
Author: mlennert
Date: 2008-01-16 18:26:10 -0500 (Wed, 16 Jan 2008)
New Revision: 29730
Added:
grass/trunk/gui/tcltk/gis.m/gis.m.bat
Modified:
grass/trunk/gui/tcltk/gis.m/Makefile
Log:
create a special gis.m launch file for windows
Modified: grass/trunk/gui/tcltk/gis.m/Makefile
===================================================================
--- grass/trunk/gui/tcltk/gis.m/Makefile 2008-01-16 22:43:13 UTC (rev 29729)
+++ grass/trunk/gui/tcltk/gis.m/Makefile 2008-01-16 23:26:10 UTC (rev 29730)
@@ -14,3 +14,6 @@
for file in docs/gm_*.html ; do $(INSTALL_DATA) $$file $(GISBASE)/docs/html/ ; done
for file in docs/gm_*.png ; do $(INSTALL_DATA) $$file $(GISBASE)/docs/html/ ; done
for file in docs/gm_*.jpg ; do $(INSTALL_DATA) $$file $(GISBASE)/docs/html/ ; done
+
+$(BIN)/$(PGM).bat: $(PGM).bat
+ $(INSTALL_DATA) $< $@
Added: grass/trunk/gui/tcltk/gis.m/gis.m.bat
===================================================================
--- grass/trunk/gui/tcltk/gis.m/gis.m.bat (rev 0)
+++ grass/trunk/gui/tcltk/gis.m/gis.m.bat 2008-01-16 23:26:10 UTC (rev 29730)
@@ -0,0 +1 @@
+@"%GRASS_WISH%" "%GISBASE%/etc/gm/gm.tcl
More information about the grass-commit
mailing list