mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-24 11:43:04 +02:00
lazde: fixed compiltion under non windows
git-svn-id: trunk@13020 -
This commit is contained in:
parent
8588444419
commit
a23d1512a6
@ -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'
|
||||
|
@ -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"/>
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user