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/dunix | |
| 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/dunix')
| -rw-r--r-- | packages/dunix/fltk.key | 8 | ||||
| -rwxr-xr-x | packages/dunix/makedist.sh | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/packages/dunix/fltk.key b/packages/dunix/fltk.key index ec781c6a0..49d1e5fb2 100644 --- a/packages/dunix/fltk.key +++ b/packages/dunix/fltk.key @@ -1,9 +1,9 @@ -NAME='Fast Light Tool Kit, 1.0.3' +NAME='Fast Light Tool Kit, 1.0.4' CODE=FLT VERS=100 MI=fltk.mi COMPRESS=1 %% -FLTDSO100 . 2 'FLTK DSOs, 1.0.3' -FLTDEV100 . 2 'FLTK Development Software, 1.0.3' -FLTDOC100 . 2 'FLTK Documentation, 1.0.3' +FLTDSO100 . 2 'FLTK DSOs, 1.0.4' +FLTDEV100 . 2 'FLTK Development Software, 1.0.4' +FLTDOC100 . 2 'FLTK Documentation, 1.0.4' diff --git a/packages/dunix/makedist.sh b/packages/dunix/makedist.sh index 91e083d06..94a22003c 100755 --- a/packages/dunix/makedist.sh +++ b/packages/dunix/makedist.sh @@ -3,8 +3,8 @@ # makedist - make a digital unix distribution. # -rm -rf fltk-1.0.3-dunix -mkdir fltk-1.0.3-dunix +rm -rf fltk-1.0.4-dunix +mkdir fltk-1.0.4-dunix echo "Building distribution tree..." rm -rf usr @@ -40,16 +40,16 @@ for file in *.H; do done cd ../../.. -kits fltk.key . fltk-1.0.3-dunix +kits fltk.key . fltk-1.0.4-dunix echo "Archiving distribution..." -tar cf fltk-1.0.3-dunix.tar fltk-1.0.3-dunix +tar cf fltk-1.0.4-dunix.tar fltk-1.0.4-dunix echo "Compressing distribution..." -rm -f fltk-1.0.3-dunix.tar.gz -gzip -9 fltk-1.0.3-dunix.tar +rm -f fltk-1.0.4-dunix.tar.gz +gzip -9 fltk-1.0.4-dunix.tar echo "Removing temporary distribution files..." -rm -rf fltk-1.0.3-dunix +rm -rf fltk-1.0.4-dunix rm -rf usr |
