|
@@ -22,13 +22,13 @@
|
|
</PublishOptions>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<RunParams>
|
|
<local>
|
|
<local>
|
|
- <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>
|
|
<FormatVersion Value="2"/>
|
|
<FormatVersion Value="2"/>
|
|
<Modes Count="1">
|
|
<Modes Count="1">
|
|
<Mode0 Name="default">
|
|
<Mode0 Name="default">
|
|
<local>
|
|
<local>
|
|
- <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>
|
|
</Mode0>
|
|
</Mode0>
|
|
</Modes>
|
|
</Modes>
|
|
@@ -72,7 +72,13 @@
|
|
<ConfigFile>
|
|
<ConfigFile>
|
|
<StopAfterErrCount Value="50"/>
|
|
<StopAfterErrCount Value="50"/>
|
|
</ConfigFile>
|
|
</ConfigFile>
|
|
- <CustomOptions Value="-dz80"/>
|
|
|
|
|
|
+ <CustomOptions Value="-dz80
|
|
|
|
+-dEXTDEBUG"/>
|
|
|
|
+ <OtherDefines Count="3">
|
|
|
|
+ <Define0 Value="z80"/>
|
|
|
|
+ <Define1 Value="DEBUG_REGALLOC"/>
|
|
|
|
+ <Define2 Value="EXTDEBUG"/>
|
|
|
|
+ </OtherDefines>
|
|
</Other>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CompilerOptions>
|
|
</CONFIG>
|
|
</CONFIG>
|