Browse Source

* 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 -

joost 14 years ago
parent
commit
5146bea422
3 changed files with 8 additions and 12 deletions
  1. 1 1
      packages/fpmake.pp
  2. 1 1
      packages/fpmake_add.inc
  3. 6 10
      packages/fpmake_proc.inc

+ 1 - 1
packages/fpmake.pp

@@ -2,7 +2,7 @@
 {$define allpackages}
 {$define allpackages}
 program fpmake;
 program fpmake;
 
 
-uses fpmkunit;
+uses fpmkunit, sysutils, Classes;
 
 
 Var
 Var
   TBuild,T : TTarget;
   TBuild,T : TTarget;

+ 1 - 1
packages/fpmake_add.inc

@@ -6,6 +6,7 @@
   add_cairo;
   add_cairo;
   add_cdrom;
   add_cdrom;
   add_chm;
   add_chm;
+  add_cocoaint;
   add_dbus;
   add_dbus;
   add_dts;
   add_dts;
   add_fastcgi;
   add_fastcgi;
@@ -59,7 +60,6 @@
   add_libxml;
   add_libxml;
   add_lua;
   add_lua;
   add_mad;
   add_mad;
-  add_matroska;
   add_modplug;
   add_modplug;
   add_mysql;
   add_mysql;
   add_ncurses;
   add_ncurses;

+ 6 - 10
packages/fpmake_proc.inc

@@ -46,6 +46,12 @@ begin
 {$include chm/fpmake.pp}
 {$include chm/fpmake.pp}
 end;
 end;
 
 
+procedure add_cocoaint;
+begin
+  with Installer do
+{$include cocoaint/fpmake.pp}
+end;
+
 procedure add_dbus;
 procedure add_dbus;
 begin
 begin
   with Installer do
   with Installer do
@@ -184,11 +190,7 @@ begin
 {$include fv/fpmake.pp}
 {$include fv/fpmake.pp}
 end;
 end;
 
 
-procedure add_gdbint;
-begin
-  with Installer do
 {$include gdbint/fpmake.pp}
 {$include gdbint/fpmake.pp}
-end;
 
 
 procedure add_gdbm;
 procedure add_gdbm;
 begin
 begin
@@ -364,12 +366,6 @@ begin
 {$include mad/fpmake.pp}
 {$include mad/fpmake.pp}
 end;
 end;
 
 
-procedure add_matroska;
-begin
-  with Installer do
-{$include matroska/fpmake.pp}
-end;
-
 procedure add_modplug;
 procedure add_modplug;
 begin
 begin
   with Installer do
   with Installer do