mirror of https://github.com/fltk/fltk
Added HP compiler option.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1370 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
f27086d068
commit
5cade5e89a
3
CHANGES
3
CHANGES
|
@ -1,5 +1,8 @@
|
||||||
CHANGES SINCE FLTK 1.0.10
|
CHANGES SINCE FLTK 1.0.10
|
||||||
|
|
||||||
|
- Add -D_INCLUDE_POSIX_SOURCE option when compiling with
|
||||||
|
the HP compilers.
|
||||||
|
|
||||||
- Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for
|
- Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for
|
||||||
single-buffered windows.
|
single-buffered windows.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.23 2001/02/12 15:12:14 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.24 2001/02/16 13:35:28 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
|
@ -295,8 +295,8 @@ else
|
||||||
CFLAGS="+O2 $CFLAGS"
|
CFLAGS="+O2 $CFLAGS"
|
||||||
CXXFLAGS="+O2 +W336,501,736,740,749,829 $CXXFLAGS"
|
CXXFLAGS="+O2 +W336,501,736,740,749,829 $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
CFLAGS="+DAportable $CFLAGS"
|
CFLAGS="+DAportable -D_INCLUDE_POSIX_SOURCE $CFLAGS"
|
||||||
CXXFLAGS="+DAportable $CXXFLAGS"
|
CXXFLAGS="+DAportable -D_INCLUDE_POSIX_SOURCE $CXXFLAGS"
|
||||||
;;
|
;;
|
||||||
SunOS*)
|
SunOS*)
|
||||||
# Solaris
|
# Solaris
|
||||||
|
@ -332,5 +332,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.23 2001/02/12 15:12:14 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.24 2001/02/16 13:35:28 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|
Loading…
Reference in New Issue