reverted committed local changes in r10443 #aeae3fdd32

git-svn-id: trunk@10447 -
This commit is contained in:
vincents 2007-01-15 11:20:19 +00:00
parent b3f981c48b
commit 3fe4cf2d3b
3 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,6 @@
<RunParams>
<local>
<FormatVersion Value="1"/>
<CommandLineParams Value="--nsc"/>
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
@ -38,7 +37,7 @@
<Version Value="5"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="..\lazarus.exe"/>
<Filename Value="../lazarus"/>
</Target>
<SearchPaths>
<UnitOutputDirectory Value="$(LazarusDir)\units\$(TargetCPU)-$(TargetOS)"/>

View File

@ -31,7 +31,7 @@
}
program Lazarus;
{$apptype console}
{$mode objfpc}{$H+}
{$I ide.inc}

View File

@ -1,2 +1,2 @@
// Created by Svn2RevisionInc
const RevisionStr = '10433M';
const RevisionStr = '10362';