lazde: fixed compiltion under non windows

git-svn-id: trunk@13020 -
This commit is contained in:
mattias 2007-11-25 10:50:50 +00:00
parent 8588444419
commit a23d1512a6
4 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,3 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TOptionsForm','FORMDATA',[ LazarusResources.Add('TOptionsForm','FORMDATA',[
'TPF0'#12'TOptionsForm'#11'OptionsForm'#4'Left'#3'^'#1#6'Height'#3'Q'#1#3'Top' 'TPF0'#12'TOptionsForm'#11'OptionsForm'#4'Left'#3'^'#1#6'Height'#3'Q'#1#3'Top'
+#3#6#1#5'Width'#3#142#1#18'HorzScrollBar.Page'#3#141#1#18'VertScrollBar.Page' +#3#6#1#5'Width'#3#142#1#18'HorzScrollBar.Page'#3#141#1#18'VertScrollBar.Page'

View File

@ -1,12 +1,12 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<PathDelim Value="\"/> <PathDelim Value="/"/>
<Version Value="6"/> <Version Value="6"/>
<General> <General>
<SessionStorage Value="InIDEConfig"/> <SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/> <MainUnit Value="0"/>
<IconPath Value=".\"/> <IconPath Value="./"/>
<TargetFileExt Value=""/> <TargetFileExt Value=""/>
<UseXPManifest Value="True"/> <UseXPManifest Value="True"/>
</General> </General>
@ -21,7 +21,7 @@
<RunParams> <RunParams>
<local> <local>
<FormatVersion Value="1"/> <FormatVersion Value="1"/>
<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="1"> <RequiredPackages Count="1">
@ -155,7 +155,6 @@
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="5"/> <Version Value="5"/>
<PathDelim Value="\"/>
<Other> <Other>
<ConfigFile> <ConfigFile>
<StopAfterErrCount Value="10"/> <StopAfterErrCount Value="10"/>

View File

@ -8,7 +8,9 @@ uses
frmLink, frmTable, frmabout, pkeditor, eleditor, fpdeutil, frmexample, frmLink, frmTable, frmabout, pkeditor, eleditor, fpdeutil, frmexample,
frmbuild, fmmakeskel, frmsource, lazdemsg, lazdeopts, pgeditor; frmbuild, fmmakeskel, frmsource, lazdemsg, lazdeopts, pgeditor;
{$IFDEF WINDOWS}
{$R manifest.res} {$R manifest.res}
{$ENDIF}
begin begin
Application.Initialize; Application.Initialize;

View File

@ -26,7 +26,7 @@ unit PkEditor;
interface interface
uses SysUtils, Classes, DOM, XmlWrite, Forms, Controls, ExtCtrls, ComCtrls, uses SysUtils, Classes, DOM, Forms, Controls, ExtCtrls, ComCtrls,
StdCtrls, Dialogs, Menus, FPDEUtil, LazDEMsg, LazDEOpts; StdCtrls, Dialogs, Menus, FPDEUtil, LazDEMsg, LazDEOpts;
Type Type