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',[
'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'

View File

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

View File

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

View File

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