1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-01-03 10:15:38 +02:00

Rename SubProcess to AppHelper

This commit is contained in:
martin 2021-02-06 23:16:02 +01:00
parent 8f1b88bac9
commit 4bbf59fbb3
6 changed files with 4 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -10,7 +10,7 @@
<MainUnitHasScaledStatement Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<Title Value="cef_subprocess"/>
<Title Value="AppHelper"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<XPManifest>
@ -40,7 +40,7 @@
</RequiredPackages>
<Units>
<Unit>
<Filename Value="cef_subprocess.lpr"/>
<Filename Value="AppHelper.lpr"/>
<IsPartOfProject Value="True"/>
</Unit>
</Units>
@ -49,7 +49,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="cef_subprocess"/>
<Filename Value="..\..\..\bin\AppHelper"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>

View File

@ -1,4 +1,4 @@
program cef_subprocess;
program AppHelper;
(*
* The compiled exe should be copied into
@ -23,7 +23,6 @@ begin
// LocalesDirPath, cache and UserDataPath paths.
GlobalCEFApp.MultiThreadedMessageLoop:=false;
GlobalCEFApp.StartSubProcess;
GlobalCEFApp.Free;
GlobalCEFApp := nil;