summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/resources/windows
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/resources/windows')
-rw-r--r--scripts/resources/windows/mame/mame.icobin372526 -> 108522 bytes
-rw-r--r--scripts/resources/windows/mame/mame.man7
-rw-r--r--scripts/resources/windows/mame/mame.rc3
-rw-r--r--scripts/resources/windows/mess/mess.icobin372526 -> 0 bytes
-rw-r--r--scripts/resources/windows/mess/mess.man15
-rw-r--r--scripts/resources/windows/mess/mess.rc14
6 files changed, 4 insertions, 35 deletions
diff --git a/scripts/resources/windows/mame/mame.ico b/scripts/resources/windows/mame/mame.ico
index 62761447fc2..8954cc78e2a 100644
--- a/scripts/resources/windows/mame/mame.ico
+++ b/scripts/resources/windows/mame/mame.ico
Binary files differ
diff --git a/scripts/resources/windows/mame/mame.man b/scripts/resources/windows/mame/mame.man
index 85e0f31644e..e07705a39c7 100644
--- a/scripts/resources/windows/mame/mame.man
+++ b/scripts/resources/windows/mame/mame.man
@@ -1,5 +1,5 @@
<?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">
+<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="MAME" type="win32" />
<description>MAME</description>
<dependency>
@@ -8,8 +8,9 @@
</dependentAssembly>
</dependency>
<asmv3:application>
- <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <dpiAware>true</dpiAware>
+ <asmv3:windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+ <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
diff --git a/scripts/resources/windows/mame/mame.rc b/scripts/resources/windows/mame/mame.rc
index 8156b424c64..14caef933b9 100644
--- a/scripts/resources/windows/mame/mame.rc
+++ b/scripts/resources/windows/mame/mame.rc
@@ -6,9 +6,6 @@
//
//============================================================
-#include <windows.h>
-#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
deleted file mode 100644
index bab67dd6195..00000000000
--- a/scripts/resources/windows/mess/mess.ico
+++ /dev/null
Binary files differ
diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man
deleted file mode 100644
index 4856b147be1..00000000000
--- a/scripts/resources/windows/mess/mess.man
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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="MESS" type="win32" />
- <description>MESS</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/mess/mess.rc b/scripts/resources/windows/mess/mess.rc
deleted file mode 100644
index 1329bcd6fb8..00000000000
--- a/scripts/resources/windows/mess/mess.rc
+++ /dev/null
@@ -1,14 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Aaron Giles
-//============================================================
-//
-// mess.rc - Minimal resource file for Win32 MAME
-//
-//============================================================
-
-#include <windows.h>
-#include "messvers.rc"
-
-1 24 MOVEABLE PURE "mess.man"
-
-2 ICON DISCARDABLE "mess.ico"