@@ -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}
-procedure add_gdbint;
-begin
- with Installer do
{$include gdbint/fpmake.pp}
-end;
procedure add_gdbm;
@@ -364,12 +366,6 @@ begin
{$include mad/fpmake.pp}
-procedure add_matroska;
-{$include matroska/fpmake.pp}
-
procedure add_modplug;