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

View File

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