mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:40:20 +02:00
cairocanvas: compile test under mac
git-svn-id: trunk@45824 -
This commit is contained in:
parent
0592953def
commit
05f1b5f85f
@ -43,7 +43,6 @@
|
||||
<Unit0>
|
||||
<Filename Value="project1.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="project1"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
@ -62,14 +61,9 @@
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<Libraries Value="/opt/local/lib/"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<MsgFileName Value=""/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<Exceptions Count="3">
|
||||
|
@ -2,6 +2,13 @@ program project1;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$ifdef Darwin}
|
||||
{$linklib libglib-2.0.dylib}
|
||||
{$linklib libgobject-2.0.dylib}
|
||||
{$linklib libpango-1.0.dylib}
|
||||
{$linklib libpangocairo-1.0.dylib}
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
|
Loading…
Reference in New Issue
Block a user