summaryrefslogtreecommitdiff
path: root/fltk.list
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-04-27 00:17:54 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-04-27 00:17:54 +0000
commit5d7d40fd35588f2d37012ec30fc34fa955bfbb31 (patch)
tree1d4441b0b14617e8615b7debaa8c8d6811a78932 /fltk.list
parent0ef73e50d6717aecdf7e6a8e09ccec600a20ecf3 (diff)
Dropped use of -fomit-frame-pointer, as I've just discovered that it
prevents the use of libsafe. Also, the code size savings are negligable (96 bytes for FLUID) Added I18N docos to FLUID chapter. We probably need to expand discussion a lot more in the 2.0 docos. The EPM list installed the static FLTK library with execute permission, which caused EPM to strip the library, making it impossible to link against... :( git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1097 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.list')
-rw-r--r--fltk.list8
1 files changed, 4 insertions, 4 deletions
diff --git a/fltk.list b/fltk.list
index 8a1c6893f..f3f7d219c 100644
--- a/fltk.list
+++ b/fltk.list
@@ -1,5 +1,5 @@
#
-# "$Id: fltk.list,v 1.1.2.1 2000/04/25 22:15:41 mike Exp $"
+# "$Id: fltk.list,v 1.1.2.2 2000/04/27 00:17:51 mike Exp $"
#
# EPM product list file for the Fast Light Tool Kit (FLTK).
#
@@ -45,11 +45,11 @@ f 0444 root sys /usr/man/man1/fluid.1 documentation/fluid.man
# Library files
%system irix-6.5
-f 0555 root sys /usr/lib32/libfltk.a lib/libfltk.a
+f 0444 root sys /usr/lib32/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib32/libfltk.so.1 src/libfltk.so.1
l 0000 root sys /usr/lib32/libfltk.so libfltk.so.1
%system !irix-6.5
-f 0555 root sys /usr/lib/libfltk.a lib/libfltk.a
+f 0444 root sys /usr/lib/libfltk.a lib/libfltk.a
f 0555 root sys /usr/lib/libfltk.so.1 src/libfltk.so.1
l 0000 root sys /usr/lib/libfltk.so libfltk.so.1
%system all
@@ -377,5 +377,5 @@ f 0444 root sys /usr/share/doc/fltk/value_slider.gif documentation/value_slider.
f 0444 root sys /usr/share/doc/fltk/widgets.html documentation/widgets.html
#
-# End of "$Id: fltk.list,v 1.1.2.1 2000/04/25 22:15:41 mike Exp $".
+# End of "$Id: fltk.list,v 1.1.2.2 2000/04/27 00:17:51 mike Exp $".
#