mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 08:20:25 +02:00
fpmake: re-generated several fpmake.pp files
git-svn-id: trunk@47285 -
This commit is contained in:
parent
a8c4670acb
commit
fb88fadd74
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for CodeTools 1.0.1
|
||||
|
||||
This file was generated on 28-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('lazutils');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Sci');
|
||||
@ -36,8 +38,6 @@ begin
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-vh-');
|
||||
P.Options.Add('-vewnibq');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('codetools.pas');
|
||||
t.Dependencies.AddUnit('basiccodetools');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for DebuggerIntf 0.1
|
||||
|
||||
This file was generated on 28-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('lclbase');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
@ -38,9 +40,6 @@ begin
|
||||
P.Options.Add('-vh-');
|
||||
P.Options.Add('-venibq');
|
||||
P.Options.Add('-vm4046');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('debuggerintf.pas');
|
||||
t.Dependencies.AddUnit('dbgintfbasetypes');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for IDEIntf 1.0
|
||||
|
||||
This file was generated on 28-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('lazcontrols');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
@ -37,14 +39,9 @@ begin
|
||||
P.Options.Add('-vi-');
|
||||
P.Options.Add('-vewnhbq');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCL_PLATFORM)');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.Options.Add('-dNoCarbon');
|
||||
P.IncludePath.Add('images');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('ideintf.pas');
|
||||
t.Dependencies.AddUnit('actionseditor');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for LazControls 1.0.1
|
||||
|
||||
This file was generated on 28-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('lcl');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
@ -36,12 +38,8 @@ begin
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-vewnhibq');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCL_PLATFORM)');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.Options.Add('-dNoCarbon');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('lazcontrols.pas');
|
||||
t.Dependencies.AddUnit('checkboxthemed');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for LazDebuggerGdbmi 0.1
|
||||
|
||||
This file was generated on 29-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('ideintf');
|
||||
P.Dependencies.Add('debuggerintf');
|
||||
P.Options.Add('-MObjFPC');
|
||||
@ -37,15 +39,8 @@ begin
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-vewnhibq');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCL_PLATFORM)');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.Options.Add('-dNoCarbon');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('lazdebuggergdbmi.pas');
|
||||
t.Dependencies.AddUnit('cmdlinedebugger');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for LazUtils 1.0
|
||||
|
||||
This file was generated on 23-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -13,7 +13,7 @@ program fpmake;
|
||||
uses fpmkunit;
|
||||
{$endif ALLPACKAGES}
|
||||
|
||||
procedure add_LazUtils;
|
||||
procedure add_LazUtils(const ADirectory: string);
|
||||
|
||||
var
|
||||
P : TPackage;
|
||||
@ -25,10 +25,9 @@ begin
|
||||
P:=AddPAckage('lazutils');
|
||||
P.Version:='1.0';
|
||||
|
||||
{$ifdef ALLPACKAGES}
|
||||
// when this is part of a meta package, set here the sub directory
|
||||
P.Directory:='components/lazutils/';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('fcl');
|
||||
P.Options.Add('-MObjFPC');
|
||||
@ -38,7 +37,6 @@ begin
|
||||
P.Options.Add('-gl');
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-vewnhibq');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('lazutils.pas');
|
||||
t.Dependencies.AddUnit('laz2_dom');
|
||||
@ -157,7 +155,7 @@ end;
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
begin
|
||||
add_LazUtils;
|
||||
add_LazUtils('');
|
||||
Installer.Run;
|
||||
end.
|
||||
{$endif ALLPACKAGES}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for SynEdit 1.0
|
||||
|
||||
This file was generated on 28-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('lcl');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
@ -39,14 +41,10 @@ begin
|
||||
P.Options.Add('-vewnhbq');
|
||||
P.Options.Add('-vm5024,4055');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCL_PLATFORM)');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.Options.Add('-dNoCarbon');
|
||||
P.Options.Add('-CR');
|
||||
P.Options.Add('-dgc');
|
||||
P.UnitPath.Add('../../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('allsynedit.pas');
|
||||
t.Dependencies.AddUnit('synbeautifier');
|
||||
|
@ -137,7 +137,7 @@ begin
|
||||
P.Options.Add('-vewnhi');
|
||||
P.Options.Add('-l');
|
||||
P.Options.Add('-dLCL');
|
||||
P.Options.Add('-dLCL$(LCL_PLATFORM)');
|
||||
P.Options.Add('-dLCL$(LCLWidgetType)');
|
||||
P.Options.Add('-dAddStaticPkgs');
|
||||
|
||||
P.IncludePath.Add('include');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for LCLBase 1.3
|
||||
|
||||
This file was generated on 29-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Dependencies.Add('lazutils');
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
@ -42,8 +44,6 @@ begin
|
||||
P.UnitPath.Add('forms');
|
||||
P.UnitPath.Add('widgetset');
|
||||
P.UnitPath.Add('nonwin32');
|
||||
P.UnitPath.Add('../packager/units/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)');
|
||||
P.UnitPath.Add('.');
|
||||
T:=P.Targets.AddUnit('alllclunits.pp');
|
||||
t.Dependencies.AddUnit('checklst');
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
fpmake.pp for FCL 1.0.1
|
||||
|
||||
This file was generated on 28-12-2014
|
||||
This file was generated on 02-01-2015
|
||||
}
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
@ -27,6 +27,8 @@ begin
|
||||
|
||||
P.Directory:=ADirectory;
|
||||
|
||||
P.Flags.Add('LazarusDsgnPkg');
|
||||
|
||||
P.Options.Add('-MObjFPC');
|
||||
P.Options.Add('-Scghi');
|
||||
P.Options.Add('-O1');
|
||||
|
Loading…
Reference in New Issue
Block a user