diff --git a/Client/CentrED.lpi b/Client/CentrED.lpi index c15bcf4..7eb6eb7 100644 --- a/Client/CentrED.lpi +++ b/Client/CentrED.lpi @@ -9,10 +9,22 @@ + + <Icon Value="0"/> </General> <LazDoc Paths="../doc"/> <VersionInfo> - <ProjectVersion Value=""/> + <UseVersionInfo Value="True"/> + <AutoIncrementBuild Value="True"/> + <CurrentMajorRevNr Value="4"/> + <CurrentMinorRevNr Value="2"/> + <CurrentBuildNr Value="87"/> + <ProjectVersion Value="0.4.2.85"/> + <CompanyName Value="AKS DataBasis"/> + <FileDescription Value="UO CentrED"/> + <LegalCopyright Value="Andreas Schneider"/> + <OriginalFilename Value="CentrED.exe"/> + <ProductName Value="CentrED"/> </VersionInfo> <PublishOptions> <Version Value="2"/> @@ -263,8 +275,7 @@ </Options> </Linking> <Other> - <CustomOptions Value="-FE..\bin\ -"/> + <CustomOptions Value="-FE../bin/ "/> <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> diff --git a/Client/CentrED.lpr b/Client/CentrED.lpr index ee3d48d..9336e95 100644 --- a/Client/CentrED.lpr +++ b/Client/CentrED.lpr @@ -32,7 +32,7 @@ uses cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset - Forms, lnetvisual, LazOpenGLContext, + Forms, LResources, lnetvisual, LazOpenGLContext, UdmNetwork, UfrmMain, UfrmLogin, UfrmInitialize, UfrmAccountControl, virtualtreeview_package, UfrmEditAccount, UfrmDrawSettings, UfrmBoundaries, UfrmElevateSettings, UOverlayUI, UResourceManager, UfrmConfirmation, @@ -41,11 +41,10 @@ uses UGUIPlatformUtils, UPlatformTypes, UfrmRegionControl, UPackets, UPacketHandlers, UAdminHandling, UGameResources, ULandscape; -{$IFDEF Windows} - {$R *.res} -{$ENDIF} +{$IFDEF WINDOWS}{$R CentrED.rc}{$ENDIF} begin + {$I CentrED.lrs} Application.Initialize; Application.CreateForm(TdmNetwork, dmNetwork); Application.Run; diff --git a/Client/CentrED.manifest b/Client/CentrED.manifest new file mode 100644 index 0000000..515fede --- /dev/null +++ b/Client/CentrED.manifest @@ -0,0 +1,17 @@ +<?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="*" name="CompanyName.ProductName.YourApp" type="win32"/> + <description>Your application description here.</description> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/> + </dependentAssembly> + </dependency> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker" uiAccess="false"/> + </requestedPrivileges> + </security> + </trustInfo> +</assembly> \ No newline at end of file diff --git a/Client/CentrED.rc b/Client/CentrED.rc new file mode 100644 index 0000000..dbc10bf --- /dev/null +++ b/Client/CentrED.rc @@ -0,0 +1,27 @@ +1 VERSIONINFO +FILEVERSION 0,4,2,87 +PRODUCTVERSION 0,4,2,85 +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "Comments", "\000" + VALUE "CompanyName", "AKS DataBasis\000" + VALUE "FileDescription", "UO CentrED\000" + VALUE "FileVersion", "0.4.2.87\000" + VALUE "InternalName", "\000" + VALUE "LegalCopyright", "Andreas Schneider\000" + VALUE "LegalTrademarks", "\000" + VALUE "OriginalFilename", "CentrED.exe\000" + VALUE "ProductName", "CentrED\000" + VALUE "ProductVersion", "0.4.2.85\000" + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0409, 0x04E4 + } +} + +MAINICON ICON "CentrED.ico" diff --git a/Client/CentrED.res b/Client/CentrED.res deleted file mode 100644 index 4ab0e4a..0000000 Binary files a/Client/CentrED.res and /dev/null differ