Browse Source

* Re-generated using script in fpmake.pp

git-svn-id: trunk@15273 -
joost 15 năm trước cách đây
mục cha
commit
5405dfe119
2 tập tin đã thay đổi với 21 bổ sung21 xóa
  1. 3 3
      packages/fpmake_add.inc
  2. 18 18
      packages/fpmake_proc.inc

+ 3 - 3
packages/fpmake_add.inc

@@ -36,7 +36,6 @@
   add_gtk1;
   add_gtk2;
   add_hash;
-  add_hermes;
   add_httpd13;
   add_httpd20;
   add_httpd22;
@@ -52,6 +51,7 @@
   add_libndsfpc;
   add_libpng;
   add_librsvg;
+  add_libsee;
   add_libxml;
   add_lua;
   add_mad;
@@ -61,10 +61,12 @@
   add_ncurses;
   add_newt;
   add_numlib;
+  add_nvapi;
   add_objcrtl;
   add_odbc;
   add_oggvorbis;
   add_openal;
+  add_opencl;
   add_opengl;
   add_openssl;
   add_oracle;
@@ -75,13 +77,11 @@
   add_pcap;
   add_postgres;
   add_proj4;
-  add_ptc;
   add_pthreads;
   add_pxlib;
   add_regexpr;
   add_rexx;
   add_sdl;
-  add_sndfile;
   add_sqlite;
   add_svgalib;
   add_symbolic;

+ 18 - 18
packages/fpmake_proc.inc

@@ -226,12 +226,6 @@ begin
 {$include hash/fpmake.pp}
 end;
 
-procedure add_hermes;
-begin
-  with Installer do
-{$include hermes/fpmake.pp}
-end;
-
 procedure add_httpd13;
 begin
   with Installer do
@@ -322,6 +316,12 @@ begin
 {$include librsvg/fpmake.pp}
 end;
 
+procedure add_libsee;
+begin
+  with Installer do
+{$include libsee/fpmake.pp}
+end;
+
 procedure add_libxml;
 begin
   with Installer do
@@ -376,6 +376,12 @@ begin
 {$include numlib/fpmake.pp}
 end;
 
+procedure add_nvapi;
+begin
+  with Installer do
+{$include nvapi/fpmake.pp}
+end;
+
 procedure add_objcrtl;
 begin
   with Installer do
@@ -400,6 +406,12 @@ begin
 {$include openal/fpmake.pp}
 end;
 
+procedure add_opencl;
+begin
+  with Installer do
+{$include opencl/fpmake.pp}
+end;
+
 procedure add_opengl;
 begin
   with Installer do
@@ -460,12 +472,6 @@ begin
 {$include proj4/fpmake.pp}
 end;
 
-procedure add_ptc;
-begin
-  with Installer do
-{$include ptc/fpmake.pp}
-end;
-
 procedure add_pthreads;
 begin
   with Installer do
@@ -496,12 +502,6 @@ begin
 {$include sdl/fpmake.pp}
 end;
 
-procedure add_sndfile;
-begin
-  with Installer do
-{$include sndfile/fpmake.pp}
-end;
-
 procedure add_sqlite;
 begin
   with Installer do