|
@@ -1,7 +1,7 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<?xml version="1.0"?>
|
|
|
<CONFIG>
|
|
|
<ProjectOptions>
|
|
|
- <Version Value="11"/>
|
|
|
+ <Version Value="9"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<General>
|
|
|
<Flags>
|
|
@@ -19,30 +19,26 @@
|
|
|
</BuildModes>
|
|
|
<PublishOptions>
|
|
|
<Version Value="2"/>
|
|
|
+ <DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
|
|
+ <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
|
+ <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
|
</PublishOptions>
|
|
|
<RunParams>
|
|
|
<local>
|
|
|
- <CommandLineParams Value="-O- \tmp\vaddpd.pp -Fu\home\torsten\avx512\rtl\units\x86_64-linux"/>
|
|
|
- <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
+ <FormatVersion Value="1"/>
|
|
|
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
|
</local>
|
|
|
- <FormatVersion Value="2"/>
|
|
|
- <Modes Count="1">
|
|
|
- <Mode0 Name="default">
|
|
|
- <local>
|
|
|
- <CommandLineParams Value="-O- \tmp\vaddpd.pp -Fu\home\torsten\avx512\rtl\units\x86_64-linux"/>
|
|
|
- <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
- </local>
|
|
|
- </Mode0>
|
|
|
- </Modes>
|
|
|
</RunParams>
|
|
|
<Units Count="2">
|
|
|
<Unit0>
|
|
|
<Filename Value="pp.pas"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
+ <UnitName Value="pp"/>
|
|
|
</Unit0>
|
|
|
<Unit1>
|
|
|
<Filename Value="x86\aasmcpu.pas"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
+ <UnitName Value="aasmcpu"/>
|
|
|
</Unit1>
|
|
|
</Units>
|
|
|
</ProjectOptions>
|
|
@@ -75,6 +71,7 @@
|
|
|
<StopAfterErrCount Value="50"/>
|
|
|
</ConfigFile>
|
|
|
<CustomOptions Value="-dx86_64"/>
|
|
|
+ <CompilerPath Value="$(CompPath)"/>
|
|
|
</Other>
|
|
|
</CompilerOptions>
|
|
|
</CONFIG>
|