mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 19:08:15 +02:00
* Updated fpmake_proc.inc and fpmake_add.inc. Manually changed the entry for
gdbint, because detecting the gdblib-version needs some specials. Later all other entries can be changed alike. git-svn-id: trunk@18096 -
This commit is contained in:
parent
8c03cf38c7
commit
5146bea422
@ -2,7 +2,7 @@
|
||||
{$define allpackages}
|
||||
program fpmake;
|
||||
|
||||
uses fpmkunit;
|
||||
uses fpmkunit, sysutils, Classes;
|
||||
|
||||
Var
|
||||
TBuild,T : TTarget;
|
||||
|
@ -6,6 +6,7 @@
|
||||
add_cairo;
|
||||
add_cdrom;
|
||||
add_chm;
|
||||
add_cocoaint;
|
||||
add_dbus;
|
||||
add_dts;
|
||||
add_fastcgi;
|
||||
@ -59,7 +60,6 @@
|
||||
add_libxml;
|
||||
add_lua;
|
||||
add_mad;
|
||||
add_matroska;
|
||||
add_modplug;
|
||||
add_mysql;
|
||||
add_ncurses;
|
||||
|
@ -46,6 +46,12 @@ begin
|
||||
{$include chm/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_cocoaint;
|
||||
begin
|
||||
with Installer do
|
||||
{$include cocoaint/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_dbus;
|
||||
begin
|
||||
with Installer do
|
||||
@ -184,11 +190,7 @@ begin
|
||||
{$include fv/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_gdbint;
|
||||
begin
|
||||
with Installer do
|
||||
{$include gdbint/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_gdbm;
|
||||
begin
|
||||
@ -364,12 +366,6 @@ begin
|
||||
{$include mad/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_matroska;
|
||||
begin
|
||||
with Installer do
|
||||
{$include matroska/fpmake.pp}
|
||||
end;
|
||||
|
||||
procedure add_modplug;
|
||||
begin
|
||||
with Installer do
|
||||
|
Loading…
Reference in New Issue
Block a user