MAME windows executable gets it's own icon (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-05-15 12:21:20 +00:00
parent faf61ec105
commit eb43dbb7a3
3 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View File

@ -5306,6 +5306,7 @@ src/osd/windows/input.c svneol=native#text/plain
src/osd/windows/input.h svneol=native#text/plain
src/osd/windows/ledutil.c svneol=native#text/plain
src/osd/windows/main.c svneol=native#text/plain
src/osd/windows/mame.ico -text
src/osd/windows/mame.man svneol=CRLF#text/plain eol=crlf
src/osd/windows/mame.rc svneol=CRLF#text/plain eol=crlf
src/osd/windows/multidef.h svneol=native#text/plain

BIN
src/osd/windows/mame.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -43,3 +43,5 @@
#include "mamevers.rc"
1 24 MOVEABLE PURE "mame.man"
IDI_ICON_MAME ICON DISCARDABLE "mame.ico"