|
@@ -2,12 +2,10 @@
|
|
<CONFIG>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<ProjectOptions>
|
|
<PathDelim Value="\"/>
|
|
<PathDelim Value="\"/>
|
|
- <Version Value="7"/>
|
|
|
|
|
|
+ <Version Value="6"/>
|
|
<General>
|
|
<General>
|
|
- <Flags>
|
|
|
|
- <LRSInOutputDirectory Value="False"/>
|
|
|
|
- </Flags>
|
|
|
|
<MainUnit Value="0"/>
|
|
<MainUnit Value="0"/>
|
|
|
|
+ <IconPath Value=".\"/>
|
|
<TargetFileExt Value=""/>
|
|
<TargetFileExt Value=""/>
|
|
<ActiveEditorIndexAtStart Value="0"/>
|
|
<ActiveEditorIndexAtStart Value="0"/>
|
|
</General>
|
|
</General>
|
|
@@ -18,6 +16,7 @@
|
|
</VersionInfo>
|
|
</VersionInfo>
|
|
<PublishOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<Version Value="2"/>
|
|
|
|
+ <DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
@@ -25,7 +24,7 @@
|
|
<RunParams>
|
|
<RunParams>
|
|
<local>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<FormatVersion Value="1"/>
|
|
- <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
|
|
|
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</local>
|
|
</RunParams>
|
|
</RunParams>
|
|
<Units Count="2">
|
|
<Units Count="2">
|
|
@@ -52,13 +51,16 @@
|
|
<JumpHistory Count="0" HistoryIndex="-1"/>
|
|
<JumpHistory Count="0" HistoryIndex="-1"/>
|
|
</ProjectOptions>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<CompilerOptions>
|
|
- <Version Value="8"/>
|
|
|
|
|
|
+ <Version Value="5"/>
|
|
<PathDelim Value="\"/>
|
|
<PathDelim Value="\"/>
|
|
<SearchPaths>
|
|
<SearchPaths>
|
|
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)\"/>
|
|
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)\"/>
|
|
- <UnitOutputDirectory Value="..\lib"/>
|
|
|
|
<LCLWidgetType Value="qt"/>
|
|
<LCLWidgetType Value="qt"/>
|
|
|
|
+ <UnitOutputDirectory Value="../lib"/>
|
|
</SearchPaths>
|
|
</SearchPaths>
|
|
|
|
+ <CodeGeneration>
|
|
|
|
+ <Generate Value="Faster"/>
|
|
|
|
+ </CodeGeneration>
|
|
<Linking>
|
|
<Linking>
|
|
<LinkSmart Value="True"/>
|
|
<LinkSmart Value="True"/>
|
|
<Options>
|
|
<Options>
|
|
@@ -66,7 +68,10 @@
|
|
</Options>
|
|
</Options>
|
|
</Linking>
|
|
</Linking>
|
|
<Other>
|
|
<Other>
|
|
- <CustomOptions Value="-fPIC"/>
|
|
|
|
|
|
+ <ConfigFile>
|
|
|
|
+ <CustomConfigFile Value="True"/>
|
|
|
|
+ <ConfigFilePath Value="fpc-extra.cfg"/>
|
|
|
|
+ </ConfigFile>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CompilerOptions>
|