LazMapViewer: Fix compilation with FPC 3.2. Fix rgbgraphics package name.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7913 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-11-30 21:26:40 +00:00
parent e2f9f6dfee
commit d4b3fedddd
4 changed files with 5 additions and 9 deletions

View File

@ -77,9 +77,6 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>

View File

@ -24,7 +24,6 @@
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="0"/>
</RunParams>
<RequiredPackages Count="4">
<Item1>
@ -77,9 +76,6 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>

View File

@ -26,10 +26,10 @@
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="lazMapViewerPkg"/>
<PackageName Value="LazRGBGraphics"/>
</Item1>
<Item2>
<PackageName Value="rgb_graphics"/>
<PackageName Value="lazMapViewerPkg"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>

View File

@ -56,6 +56,9 @@ uses
{$IFDEF LOG_URL}
lazlogger,
{$ENDIF}
{$IF FPC_FullVersion >= 30200}
opensslsockets,
{$IFEND}
fphttpclient, openssl;
{ TMVDEFPC }