diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-06-12 13:53:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-06-12 13:53:34 +0000 |
| commit | 82eb2381e6e8a733e2b5354047c86fd717bee263 (patch) | |
| tree | 00222e762c98103f9f06b550fba8fc9fd3c3d5d7 /packages/hpux | |
| parent | 0f3d0290ea27f4e500a3cb8771dcffe4a3afa6c5 (diff) | |
Updates for 1.0.4.
Added changes to event documentation for FL_DRAG and FL_KEYBOARD.
Added WIN32 stuff to Cosmo/Optimizer example code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@603 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'packages/hpux')
| -rw-r--r-- | packages/hpux/fltk.info | 10 | ||||
| -rwxr-xr-x | packages/hpux/makedist.sh | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/hpux/fltk.info b/packages/hpux/fltk.info index 505b9cf80..b53ba1353 100644 --- a/packages/hpux/fltk.info +++ b/packages/hpux/fltk.info @@ -1,7 +1,7 @@ product tag fltk - revision 1.0.3 - title Fast Light Tool Kit, 1.0.3 + revision 1.0.4 + title Fast Light Tool Kit, 1.0.4 description C++ GUI toolkit for UNIX and Microsoft Windows. copyright Copyright 1998-1999, see the GNU Library General Public License for details. number HP-FLTK @@ -13,7 +13,7 @@ product fileset tag dso - title FLTK - Shared Libraries, 1.0.3 + title FLTK - Shared Libraries, 1.0.4 file -m 0000 -o root -g sys packages/hpux/links/libfltk.sl /usr/lib/libfltk.sl file -m 0555 -o root -g sys src/libfltk.sl.1 /usr/lib/libfltk.sl.1 @@ -21,7 +21,7 @@ product fileset tag doc - title FLTK - Documentation, 1.0.3 + title FLTK - Documentation, 1.0.4 file -m 0444 -o root -g sys documentation/adjuster1.gif /usr/info/fltk/adjuster1.gif file -m 0444 -o root -g sys documentation/ask.C.gif /usr/info/fltk/ask.C.gif @@ -158,7 +158,7 @@ product fileset tag dev - title FLTK - Development Software, 1.0.3 + title FLTK - Development Software, 1.0.4 file -m 0444 -o root -g sys fluid/fluid /usr/bin/X11/fluid file -m 0444 -o root -g sys FL/dirent.h /usr/include/FL/dirent.h diff --git a/packages/hpux/makedist.sh b/packages/hpux/makedist.sh index a71be3a40..9c49c5789 100755 --- a/packages/hpux/makedist.sh +++ b/packages/hpux/makedist.sh @@ -26,7 +26,7 @@ ln -sf libfltk.sl.1 links/libfltk.sl cd ../.. /usr/sbin/swpackage -v -s packages/hpux/fltk.info \ - -d packages/hpux/fltk-1.0.3-hpux.depot -x write_remote_files=true \ + -d packages/hpux/fltk-1.0.4-hpux.depot -x write_remote_files=true \ -x target_type=tape fltk echo "Compressing distribution..." @@ -34,6 +34,6 @@ echo "Compressing distribution..." cd packages/hpux rm -rf links -rm -f fltk-1.0.3-hpux.depot.gz -gzip -9 fltk-1.0.3-hpux.depot +rm -f fltk-1.0.4-hpux.depot.gz +gzip -9 fltk-1.0.4-hpux.depot |
