Move resource files where they belong

This commit is contained in:
Ansgar Becker
2009-01-13 18:12:08 +00:00
parent b9ae5d8fe2
commit 6d388db57b
8 changed files with 11 additions and 11 deletions

View File

@ -43,9 +43,9 @@ uses
uVistaFuncs in '..\..\source\uVistaFuncs.pas',
dataviewsave in '..\..\source\dataviewsave.pas' {FrmDataViewSave};
{$R icon.RES}
{$R version.RES}
{$R manifest.RES}
{$R ..\..\res\icon.RES}
{$R ..\..\res\version.RES}
{$R ..\..\res\manifest.RES}
begin
debug('perf: All modules loaded.');

View File

@ -58,13 +58,13 @@
<DelphiCompile Include="heidisql.dpr">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<RcCompile Include="icon.rc">
<RcCompile Include="..\..\res\icon.rc">
<Form>icon.res</Form>
</RcCompile>
<RcCompile Include="version.rc">
<RcCompile Include="..\..\res\version.rc">
<Form>version.res</Form>
</RcCompile>
<RcCompile Include="manifest.rc">
<RcCompile Include="..\..\res\manifest.rc">
<Form>manifest.res</Form>
</RcCompile>
<DCCReference Include="..\..\source\about.pas">

View File

@ -1 +0,0 @@
MAINICON ICON "../../res/mainicon.ico"

View File

@ -1 +0,0 @@
1 24 "..\..\res\manifest.xml"

View File

@ -1,20 +0,0 @@
1 VERSIONINFO
FILEVERSION 0,0,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "A lightweight, fast and flexible interface to MySQL\000"
VALUE "ProductName", "HeidiSQL\000"
VALUE "LegalCopyright", "See GLP license\000"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409 0x04E4
END
END