From: Dmitry D. Chernov Date: Thu, 28 Sep 2017 15:44:33 +0000 (+1000) Subject: Move info from the pre-compiled resource file to the Lazarus project itself X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=commitdiff_plain;h=aba84f24d3a0b7831b93917c9d1e5856267c174a Move info from the pre-compiled resource file to the Lazarus project itself --- diff --git a/src/editor/Icon.ico b/src/editor/Editor.ico similarity index 100% rename from src/editor/Icon.ico rename to src/editor/Editor.ico diff --git a/src/editor/Editor.lpi b/src/editor/Editor.lpi index db37c8d..4eeb4af 100644 --- a/src/editor/Editor.lpi +++ b/src/editor/Editor.lpi @@ -9,14 +9,21 @@ - <UseAppBundle Value="False"/> <ResourceType Value="res"/> + <UseXPManifest Value="True"/> + <Icon Value="0"/> </General> <i18n> <EnableI18N LFM="False"/> </i18n> <VersionInfo> - <StringTable ProductVersion=""/> + <UseVersionInfo Value="True"/> + <MajorVersionNr Value="2"/> + <MinorVersionNr Value="1"/> + <RevisionNr Value="5"/> + <Language Value="0419"/> + <CharSet Value="04E3"/> + <StringTable CompanyName="www.doom2d.org" FileDescription="Doom 2D: Forever Map Editor" InternalName="Редактор карт Doom 2D: Forever" LegalCopyright="All rights reserved." OriginalFilename="Editor" ProductName="Doom 2D: Forever Map Editor"/> </VersionInfo> <BuildModes Count="1"> <Item1 Name="Default" Default="True"/> diff --git a/src/editor/Editor.res b/src/editor/Editor.res deleted file mode 100644 index 081d6c3..0000000 Binary files a/src/editor/Editor.res and /dev/null differ