We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ca75e commit 6144df2Copy full SHA for 6144df2
heidisql.lpi
@@ -92,6 +92,17 @@
92
<OtherUnitFiles Value="source"/>
93
<UnitOutputDirectory Value="bin\lib\$(TargetCPU)-$(TargetOS)"/>
94
</SearchPaths>
95
+ <Conditionals Value="// example for adding linker options on Mac OS X
96
+//if TargetOS='darwin' then
97
+// LinkerOptions := ' -framework OpenGL';
98
+if TargetOS='darwin' then
99
+ CustomOptions := '-WM10.15';
100
+
101
+// example for adding a unit and include path on Windows
102
+//if SrcOS='win' then begin
103
+// UnitPath += ';win';
104
+// IncPath += ';win';
105
+//end;"/>
106
<CodeGeneration>
107
<SmartLinkUnit Value="True"/>
108
<Optimizations>
0 commit comments