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:
parent
8f1b88bac9
commit
4bbf59fbb3
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@ -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)"/>
|
@ -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;
|
Loading…
Reference in New Issue
Block a user