summaryrefslogtreecommitdiff
path: root/examples/gfx/helloworld/helloworld.lpi
diff options
context:
space:
mode:
authorsekelsenmat <sekelsenmat@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-05-31 09:05:21 +0000
committersekelsenmat <sekelsenmat@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-05-31 09:05:21 +0000
commit59ae98e700b4774a123e62435b54c1141380fcaa (patch)
tree5d7dbf741825884b632fba5a87fb2283dfd9191a /examples/gfx/helloworld/helloworld.lpi
parent6c6aa999c078adae842ec37b44a7deafb27b7134 (diff)
downloadfpGUI-59ae98e700b4774a123e62435b54c1141380fcaa.tar.xz
Renamed SetFont_ to DoSetFont. Carbon interface now compiles, links and runs (but doesn't do anything)
Diffstat (limited to 'examples/gfx/helloworld/helloworld.lpi')
-rw-r--r--examples/gfx/helloworld/helloworld.lpi9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/gfx/helloworld/helloworld.lpi b/examples/gfx/helloworld/helloworld.lpi
index 2d7e4e84..6347b8e1 100644
--- a/examples/gfx/helloworld/helloworld.lpi
+++ b/examples/gfx/helloworld/helloworld.lpi
@@ -38,12 +38,15 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
- <SearchPaths>
- <LCLWidgetType Value="win32"/>
- </SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
+ <Linking>
+ <Options>
+ <PassLinkerOptions Value="True"/>
+ <LinkerOptions Value="-framework carbon"/>
+ </Options>
+ </Linking>
<Other>
<CustomOptions Value="-FUunits
"/>