diff options
Diffstat (limited to 'scripts/resources/windows')
-rw-r--r-- | scripts/resources/windows/hbmame/hbmame.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | scripts/resources/windows/hbmame/hbmame.man | 15 | ||||
-rw-r--r-- | scripts/resources/windows/hbmame/hbmame.rc | 14 | ||||
-rw-r--r-- | scripts/resources/windows/mame/mame.rc | 2 |
4 files changed, 30 insertions, 1 deletions
diff --git a/scripts/resources/windows/hbmame/hbmame.ico b/scripts/resources/windows/hbmame/hbmame.ico Binary files differnew file mode 100644 index 00000000000..845ec9aedd7 --- /dev/null +++ b/scripts/resources/windows/hbmame/hbmame.ico diff --git a/scripts/resources/windows/hbmame/hbmame.man b/scripts/resources/windows/hbmame/hbmame.man new file mode 100644 index 00000000000..45d07d3f853 --- /dev/null +++ b/scripts/resources/windows/hbmame/hbmame.man @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> + <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="HBMAME" type="win32" /> + <description>Homebrew MAME</description> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> + </dependentAssembly> + </dependency> + <asmv3:application> + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> + <dpiAware>true</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> +</assembly> diff --git a/scripts/resources/windows/hbmame/hbmame.rc b/scripts/resources/windows/hbmame/hbmame.rc new file mode 100644 index 00000000000..33da7f1d685 --- /dev/null +++ b/scripts/resources/windows/hbmame/hbmame.rc @@ -0,0 +1,14 @@ +// license:BSD-3-Clause +// copyright-holders:Robbbert +//============================================================ +// +// mame.rc - Minimal resource file for Win32 MAME +// +//============================================================ + +#include <windows.h> +#include "hbmamevers.rc" + +1 24 MOVEABLE PURE "hbmame.man" + +2 ICON DISCARDABLE "hbmame.ico" diff --git a/scripts/resources/windows/mame/mame.rc b/scripts/resources/windows/mame/mame.rc index 8156b424c64..deceb068193 100644 --- a/scripts/resources/windows/mame/mame.rc +++ b/scripts/resources/windows/mame/mame.rc @@ -7,7 +7,7 @@ //============================================================ #include <windows.h> -#include "mamevers.rc" +//#include "mamevers.rc" 1 24 MOVEABLE PURE "mame.man" |