replaced full search path of objc, with relative path '../objc'

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@776 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2009-04-12 08:08:07 +00:00
parent e2b84fd41a
commit 2da70cacf0

View File

@ -3,15 +3,12 @@
<Package Version="3"> <Package Version="3">
<Name Value="cocoa_pkg"/> <Name Value="cocoa_pkg"/>
<CompilerOptions> <CompilerOptions>
<Version Value="5"/> <Version Value="8"/>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="foundation/;appkit/;/Users/felipe/Programas/lazarus-ccr/bindings/objc/"/> <IncludeFiles Value="foundation/;appkit/;../objc/"/>
<OtherUnitFiles Value="foundation/;appkit/;/Users/felipe/Programas/lazarus-ccr/bindings/objc/"/> <OtherUnitFiles Value="foundation/;appkit/;../objc/"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other> <Other>
<CompilerPath Value="$(CompPath)"/> <CompilerPath Value="$(CompPath)"/>
</Other> </Other>