summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-13 19:17:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-13 19:17:36 +0000
commit7a82535b938ba6a4dc65e19ac747068bd73bbc8b (patch)
treeef7b7742685e0b22738dc2c04fc17888a0444fa9 /CHANGES
parenta33a9e34d40aaa2ce730c965078763aa449d0a9d (diff)
Revise configure script and makeinclude file to use OPTIM variable,
and to provide new "--with-optim=flags" option. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1929 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3cc2e9104..2ef7b7163 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
CHANGES IN FLTK 1.1.0b11
+ - Updated the test makefile to work with more versions
+ of "make".
+ - Added new "--with-optim" configure option to set the
+ optimization flags to use when compiling FLTK.
+ - The fltk-config script no longer reports the
+ optimization flags that were used to compile FLTK.
- Initial port of FLTK 2.0 drag-and-drop support.