summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-10-18 20:22:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-10-18 20:22:25 +0000
commitbf910884ccd3b3fb0655799feee83adcbc35a3a9 (patch)
treee48c4008467d4320381e26027b79fda5a410dc5d /makeinclude.in
parentf7fd28ddfc97f5ff289ad6e916d012848583c192 (diff)
Documentation updates (STR #570)
Added DESTDIR support and now remove all man pages for the "uninstall" target (STR #545) Fix PNG drawing on buggy WIN32 graphics cards (STR #548) The configure script didn't propagate the CPPFLAGS environment variable (STR #549) The numpad keys didn't work properly on WIN32 (STR #502) fl_input() and friends now set the input focus to the text field when the dialog is shown (STR #553) Fixed background color mixup when drawing Fl_Choice menus (STR #544) Fixed MingW makefiles (STR #550) More VC++ project file tweaking (STR #559) Fl_PNG_Image didn't use the png_set_trns_to_alpha function when available (STR #547) The FL_UNFOCUS event wasn't always sent when switching tabs (STR #558) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3868 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/makeinclude.in b/makeinclude.in
index aabe596a8..b31b2674f 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.11.2.28 2004/07/23 19:26:25 easysw Exp $"
+# "$Id: makeinclude.in,v 1.7.2.11.2.29 2004/10/18 20:22:21 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -52,8 +52,8 @@ MAKEDEPEND = @MAKEDEPEND@
# flags for C++ compiler:
OPTIM = @OPTIM@
-CFLAGS = $(OPTIM) @CFLAGS@
-CXXFLAGS = $(OPTIM) @CXXFLAGS@
+CFLAGS = $(OPTIM) @CPPFLAGS@ @CFLAGS@
+CXXFLAGS = $(OPTIM) @CPPFLAGS@ @CXXFLAGS@
# program to make the archive:
LIBNAME = @LIBNAME@
@@ -133,5 +133,5 @@ CAT3EXT = @CAT3EXT@
mv t.z $@
#
-# End of "$Id: makeinclude.in,v 1.7.2.11.2.28 2004/07/23 19:26:25 easysw Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.11.2.29 2004/10/18 20:22:21 easysw Exp $".
#