Browse Source

* change libs so that IDE compiles

pierre 25 năm trước cách đây
mục cha
commit
faad1ea3cf
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 4
      packages/gdbint/gdbint.pp

+ 6 - 4
packages/gdbint/gdbint.pp

@@ -59,15 +59,14 @@ interface
   {$LINKLIB gdb}
     {$ifdef GDB_V5}
       {$LINKLIB bfd}
-      {$LINKLIB intl}
       {$LINKLIB readline}
       {$LINKLIB opcodes}
       {$LINKLIB history}
       {$LINKLIB iberty}
       {$LINKLIB ncurses}
       {$LINKLIB m}
-      {$LINKLIB intl}
       {$LINKLIB iberty}
+      {$LINKLIB dl}
     {$endif GDB_V5}
   {$LINKLIB c}
   {$LINKLIB gcc}
@@ -2391,7 +2390,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.1.2.3  2000-10-01 22:24:44  pierre
+  Revision 1.1.2.4  2000-11-08 16:05:15  pierre
+   * change libs so that IDE compiles
+
+  Revision 1.1.2.3  2000/10/01 22:24:44  pierre
    * libraries for linux with GDB 5
 
   Revision 1.1.2.2  2000/09/27 22:31:13  pierre
@@ -2529,4 +2531,4 @@ end.
   Revision 1.1  1998/10/07 15:48:20  peter
     * initial version
 
-}
+}