|
@@ -7,13 +7,13 @@
|
|
|
<CompilerOptions>
|
|
|
<Version Value="11"/>
|
|
|
<SearchPaths>
|
|
|
- <OtherUnitFiles Value="skia/skia4delphi;winapi"/>
|
|
|
+ <OtherUnitFiles Value="skia/skia4delphi;win32"/>
|
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
|
</SearchPaths>
|
|
|
<Conditionals Value="// FresnelBackend
|
|
|
if FresnelBackend+''='' then begin
|
|
|
if (TargetOS='win32') or (TargetOS='win64') then
|
|
|
- FresnelBackend := 'winapi'
|
|
|
+ FresnelBackend := 'win32'
|
|
|
else if TargetOS='darwin' then
|
|
|
FresnelBackend := 'cocoa'
|
|
|
else
|
|
@@ -32,9 +32,9 @@ if FresnelBackend='gtk3' then begin
|
|
|
end else if FresnelBackend='cocoa' then begin
|
|
|
CustomOptions := '-dFresnelCocoa';
|
|
|
UnitPath := 'cocoa';
|
|
|
-end else if FresnelBackend='winapi' then begin
|
|
|
- CustomOptions := '-dFresnelWinapi';
|
|
|
- UnitPath := 'winapi';
|
|
|
+end else if FresnelBackend='win32' then begin
|
|
|
+ CustomOptions := '-dFresnelWin32';
|
|
|
+ UnitPath := 'win32';
|
|
|
end;
|
|
|
if FresnelRenderer='skia' then begin
|
|
|
CustomOptions += ' -dFresnelSkia';
|
|
@@ -55,7 +55,7 @@ end;"/>
|
|
|
<Values Count="3">
|
|
|
<Item1 Value="gtk3"/>
|
|
|
<Item2 Value="cocoa"/>
|
|
|
- <Item3 Value="winapi"/>
|
|
|
+ <Item3 Value="win32"/>
|
|
|
</Values>
|
|
|
<ValueDescriptions Count="3"/>
|
|
|
</Item1>
|
|
@@ -112,9 +112,9 @@ The skia backend requires the sk4d library, e.g. sk4d.dll for Windows. A version
|
|
|
<UnitName Value="Fresnel.App"/>
|
|
|
</Item>
|
|
|
<Item>
|
|
|
- <Filename Value="winapi/fresnel.winapi.pas"/>
|
|
|
+ <Filename Value="win32/fresnel.win32.pas"/>
|
|
|
<AddToUsesPkgSection Value="False"/>
|
|
|
- <UnitName Value="Fresnel.WinApi"/>
|
|
|
+ <UnitName Value="Fresnel.Win32"/>
|
|
|
</Item>
|
|
|
</Files>
|
|
|
<RequiredPkgs>
|