summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/resources
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/resources')
-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.man16
-rw-r--r--scripts/resources/windows/mess/mess.rc14
4 files changed, 0 insertions, 33 deletions
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 7feef51ce9f..00000000000
--- a/scripts/resources/windows/mess/mess.man
+++ /dev/null
@@ -1,16 +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>
- <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/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"