浏览代码

Remove no longer used files.

Monk*: we do not provide a "Monk" binary (also code is outdated and wont compile)

maxicons: see resources
maxide_icon.png: not used, window_icon.png is used for now

resources:
- icons are obsolete and auto-included by BMK/make.bmk through "maxide.ico"
- manifests: should be done by make.bmk too
- makeicons.bat: no longer of use then
Ronny Otto 6 年之前
父节点
当前提交
a4e1eefe1f
共有 18 个文件被更改,包括 0 次插入170 次删除
  1. 0 28
      MonkDebugInfo.plist
  2. 0 28
      MonkInfo.plist
  3. 二进制
      maxicons.o
  4. 二进制
      maxicons64.o
  5. 0 6
      maxide.bmx
  6. 二进制
      maxide_icon.png
  7. 二进制
      monk.bmx
  8. 二进制
      monk.icns
  9. 二进制
      monk.o
  10. 二进制
      monkicon.png
  11. 二进制
      monktoolbar.png
  12. 0 6
      readme.txt
  13. 0 2
      resources/makeicons.bat
  14. 二进制
      resources/maxide.ico
  15. 0 22
      resources/maxide.x64.exe.manifest
  16. 0 22
      resources/maxide.x86.exe.manifest
  17. 0 28
      resources/resource.x64.rc
  18. 0 28
      resources/resource.x86.rc

+ 0 - 28
MonkDebugInfo.plist

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDocumentTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-			<string>monkey</string>
-			<string>bmx</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>monk.icns</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSIsAppleDefaultForType</key>
-			<true/>
-		</dict>
-	</array>
-	<key>CFBundleExecutable</key>
-	<string>monk.debug</string>
-	<key>CFBundleIconFile</key>
-	<string>monk.icns</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-</dict>
-</plist>

+ 0 - 28
MonkInfo.plist

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDocumentTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-			<string>monkey</string>
-			<string>bmx</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>monk.icns</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-			<key>LSIsAppleDefaultForType</key>
-			<true/>
-		</dict>
-	</array>
-	<key>CFBundleExecutable</key>
-	<string>monk</string>
-	<key>CFBundleIconFile</key>
-	<string>monk.icns</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-</dict>
-</plist>

二进制
maxicons.o


二进制
maxicons64.o


+ 0 - 6
maxide.bmx

@@ -38,12 +38,6 @@ Import MaxGUI.maxguitextareascintilla
 ?
 Import MaxGUI.ProxyGadgets
 
-'?Win32x86
-'Import "maxicons.o"
-'?Win32x64
-'Import "maxicons64.o"
-'?
-
 Import brl.eventqueue
 Import brl.filesystem
 Import brl.system

二进制
maxide_icon.png


二进制
monk.bmx


二进制
monk.icns


二进制
monk.o


二进制
monkicon.png


二进制
monktoolbar.png


+ 0 - 6
readme.txt

@@ -1,6 +0,0 @@
-
-version 1.43
-
-FLTK smooth font
-fixed crash sending utf8 to fltk output - disabled utf8 processing in TOutputPanel write
-

+ 0 - 2
resources/makeicons.bat

@@ -1,2 +0,0 @@
-windres -i "resource.x64.rc" -F pe-x86-64 -o "maxicons64.o"
-windres -i "resource.x86.rc" -F pe-i386 -o "maxicons.o"

二进制
resources/maxide.ico


+ 0 - 22
resources/maxide.x64.exe.manifest

@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity
-version="1.0.0.0"
-processorArchitecture="amd64"
-name="MaxIDE"
-type="win32"
-/>
-<description>Official BlitzMax IDE</description>
-<dependency>
-<dependentAssembly>
-<assemblyIdentity
-type="win32"
-name="Microsoft.Windows.Common-Controls"
-version="6.0.0.0"
-processorArchitecture="amd64"
-publicKeyToken="6595b64144ccf1df"
-language="*"
-/>
-</dependentAssembly>
-</dependency>
-</assembly>

+ 0 - 22
resources/maxide.x86.exe.manifest

@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity
-version="1.0.0.0"
-processorArchitecture="x86"
-name="MaxIDE"
-type="win32"
-/>
-<description>Official BlitzMax IDE</description>
-<dependency>
-<dependentAssembly>
-<assemblyIdentity
-type="win32"
-name="Microsoft.Windows.Common-Controls"
-version="6.0.0.0"
-processorArchitecture="x86"
-publicKeyToken="6595b64144ccf1df"
-language="*"
-/>
-</dependentAssembly>
-</dependency>
-</assembly>

+ 0 - 28
resources/resource.x64.rc

@@ -1,28 +0,0 @@
-1 24 "maxide.x64.exe.manifest"
-101 ICON "maxide.ico"
-
-1 VERSIONINFO 
-FILEVERSION 1,0,0,0 
-PRODUCTVERSION 1,0,0,0 
-FILEOS 0x40004
-FILETYPE 0x1
-{ 
-BLOCK "StringFileInfo" 
-{ 
- BLOCK "040904b0" 
- { 
-  VALUE "Comments", "Official BlitzMax IDE"
-  VALUE "CompanyName", "Blitz Research Ltd." 
-  VALUE "FileVersion", "1.0.0.0" 
-  VALUE "FileDescription", "Official BlitzMax IDE" 
-  VALUE "InternalName", "MaxIDE" 
-  VALUE "LegalCopyright", "Copyright Blitz Research Ltd." 
-  VALUE "OriginalFilename", "maxide.exe" 
-  VALUE "ProductName", "MaxIDE"
- } 
-}
-BLOCK "VarFileInfo"
-{
-  VALUE "Translation", 0x0409, 0
-}
-}

+ 0 - 28
resources/resource.x86.rc

@@ -1,28 +0,0 @@
-1 24 "maxide.x86.exe.manifest"
-101 ICON "maxide.ico"
-
-1 VERSIONINFO 
-FILEVERSION 1,0,0,0 
-PRODUCTVERSION 1,0,0,0 
-FILEOS 0x40004
-FILETYPE 0x1
-{ 
-BLOCK "StringFileInfo" 
-{ 
- BLOCK "040904b0" 
- { 
-  VALUE "Comments", "Official BlitzMax IDE"
-  VALUE "CompanyName", "Blitz Research Ltd." 
-  VALUE "FileVersion", "1.0.0.0" 
-  VALUE "FileDescription", "Official BlitzMax IDE" 
-  VALUE "InternalName", "MaxIDE" 
-  VALUE "LegalCopyright", "Copyright Blitz Research Ltd." 
-  VALUE "OriginalFilename", "maxide.exe" 
-  VALUE "ProductName", "MaxIDE" 
- } 
-}
-BLOCK "VarFileInfo"
-{
-  VALUE "Translation", 0x0409, 0
-}
-}