IDE: added clocale

git-svn-id: trunk@16529 -
This commit is contained in:
mattias 2008-09-10 22:30:02 +00:00
parent 5d8c7c393a
commit f2147ef74a
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<PathDelim Value="/"/>
<Version Value="6"/>
<General>
<Flags>
@ -24,7 +24,7 @@
<local>
<FormatVersion Value="1"/>
<CommandLineParams Value="--no-splash-screen"/>
<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>
</RunParams>
<RequiredPackages Count="4">
@ -48,7 +48,7 @@
<UnitName Value="Lazarus"/>
</Unit0>
<Unit1>
<Filename Value="..\debugger\gdbmidebugger.pp"/>
<Filename Value="../debugger/gdbmidebugger.pp"/>
<IsPartOfProject Value="True"/>
<UnitName Value="GDBMIDebugger"/>
</Unit1>
@ -56,12 +56,11 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="8"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="../lazarus"/>
</Target>
<SearchPaths>
<UnitOutputDirectory Value="$(LazarusDir)\units\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="$(LazarusDir)/units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>

View File

@ -50,6 +50,9 @@ uses
{$IFDEF IDE_MEM_CHECK}
MemCheck,
{$ENDIF}
{$IFDEF Unix}
clocale,
{$ENDIF}
Interfaces,
Forms, LCLProc,
Splash,