[GRASS-SVN] r41469 - in grass/trunk: include/Make mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 17 13:49:04 EDT 2010


Author: glynn
Date: 2010-03-17 13:49:03 -0400 (Wed, 17 Mar 2010)
New Revision: 41469

Added:
   grass/trunk/mswindows/grass.ico
Modified:
   grass/trunk/include/Make/Compile.make
   grass/trunk/mswindows/generic.manifest.rc
Log:
Add icon to Windows executables


Modified: grass/trunk/include/Make/Compile.make
===================================================================
--- grass/trunk/include/Make/Compile.make	2010-03-17 13:39:40 UTC (rev 41468)
+++ grass/trunk/include/Make/Compile.make	2010-03-17 17:49:03 UTC (rev 41469)
@@ -48,7 +48,7 @@
 	-$(CC) -E -MM -MG $(ALL_CFLAGS) $^ | sed 's!^[0-9a-zA-Z_.-]*\.o:!$$(OBJDIR)/&!' > $(DEPFILE)
 
 %.manifest.res: %.manifest.rc %.exe.manifest
-	$(WINDRES) --input=$< --input-format=rc --output=$@ --output-format=coff
+	$(WINDRES) --input=$< --input-format=rc --output=$@ --output-format=coff -I$(MODULE_TOPDIR)/mswindows
 
 %.manifest.rc: $(MODULE_TOPDIR)/mswindows/generic.manifest.rc
 	sed	-e 's/@CMD@/$(notdir $*)/' \

Modified: grass/trunk/mswindows/generic.manifest.rc
===================================================================
--- grass/trunk/mswindows/generic.manifest.rc	2010-03-17 13:39:40 UTC (rev 41468)
+++ grass/trunk/mswindows/generic.manifest.rc	2010-03-17 17:49:03 UTC (rev 41469)
@@ -3,6 +3,8 @@
 
 1 RT_MANIFEST "@CMD at .exe.manifest"
 
+1 ICON "grass.ico"
+
 #define VER_FILEVERSION             @VER_MAJOR@, at VER_MINOR@,0,0
 #define VER_FILEVERSION_STR         "@VER_MAJOR at .@VER_MINOR at .@VER_RELEASE@\0"
 

Added: grass/trunk/mswindows/grass.ico
===================================================================
(Binary files differ)


Property changes on: grass/trunk/mswindows/grass.ico
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list