From bab5d21cef6692d117bc3182b0ff2f347aa68381 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 3 Apr 2016 17:13:07 +0200 Subject: moved windows resources (nw) --- scripts/resources/windows/mame/mame.ico | Bin 0 -> 372526 bytes scripts/resources/windows/mame/mame.man | 15 +++++++++++++++ scripts/resources/windows/mame/mame.rc | 14 ++++++++++++++ scripts/resources/windows/mess/mess.ico | Bin 0 -> 372526 bytes scripts/resources/windows/mess/mess.man | 15 +++++++++++++++ scripts/resources/windows/mess/mess.rc | 14 ++++++++++++++ 6 files changed, 58 insertions(+) create mode 100644 scripts/resources/windows/mame/mame.ico create mode 100644 scripts/resources/windows/mame/mame.man create mode 100644 scripts/resources/windows/mame/mame.rc create mode 100644 scripts/resources/windows/mess/mess.ico create mode 100644 scripts/resources/windows/mess/mess.man create mode 100644 scripts/resources/windows/mess/mess.rc (limited to 'scripts/resources') diff --git a/scripts/resources/windows/mame/mame.ico b/scripts/resources/windows/mame/mame.ico new file mode 100644 index 00000000000..62761447fc2 Binary files /dev/null and b/scripts/resources/windows/mame/mame.ico differ diff --git a/scripts/resources/windows/mame/mame.man b/scripts/resources/windows/mame/mame.man new file mode 100644 index 00000000000..e08eba181cb --- /dev/null +++ b/scripts/resources/windows/mame/mame.man @@ -0,0 +1,15 @@ + + + + Multiple Arcade Machine Emulator + + + + + + + + true + + + diff --git a/scripts/resources/windows/mame/mame.rc b/scripts/resources/windows/mame/mame.rc new file mode 100644 index 00000000000..8156b424c64 --- /dev/null +++ b/scripts/resources/windows/mame/mame.rc @@ -0,0 +1,14 @@ +// license:BSD-3-Clause +// copyright-holders:Aaron Giles +//============================================================ +// +// mame.rc - Minimal resource file for Win32 MAME +// +//============================================================ + +#include +#include "mamevers.rc" + +1 24 MOVEABLE PURE "mame.man" + +2 ICON DISCARDABLE "mame.ico" diff --git a/scripts/resources/windows/mess/mess.ico b/scripts/resources/windows/mess/mess.ico new file mode 100644 index 00000000000..bab67dd6195 Binary files /dev/null and b/scripts/resources/windows/mess/mess.ico differ diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man new file mode 100644 index 00000000000..67ba3aced37 --- /dev/null +++ b/scripts/resources/windows/mess/mess.man @@ -0,0 +1,15 @@ + + + + Multi Emulator Super System + + + + + + + + true + + + diff --git a/scripts/resources/windows/mess/mess.rc b/scripts/resources/windows/mess/mess.rc new file mode 100644 index 00000000000..1329bcd6fb8 --- /dev/null +++ b/scripts/resources/windows/mess/mess.rc @@ -0,0 +1,14 @@ +// license:BSD-3-Clause +// copyright-holders:Aaron Giles +//============================================================ +// +// mess.rc - Minimal resource file for Win32 MAME +// +//============================================================ + +#include +#include "messvers.rc" + +1 24 MOVEABLE PURE "mess.man" + +2 ICON DISCARDABLE "mess.ico" -- cgit v1.2.3-70-g09d2