Skip to content
Snippets Groups Projects
Commit e2aa3e17 authored by Michael R Sweet's avatar Michael R Sweet
Browse files

Add CPPFLAGS to makeinclude.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1432 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
parent 0ee742ec
No related branches found
No related tags found
No related merge requests found
# #
# "$Id: makeinclude.in,v 1.7.2.10 2001/02/12 15:34:37 easysw Exp $" # "$Id: makeinclude.in,v 1.7.2.11 2001/04/14 11:11:43 easysw Exp $"
# #
# Make include file for the Fast Light Tool Kit (FLTK). # Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@ # @configure_input@
...@@ -44,8 +44,8 @@ CC =@CC@ ...@@ -44,8 +44,8 @@ CC =@CC@
MAKEDEPEND =@MAKEDEPEND@ MAKEDEPEND =@MAKEDEPEND@
# flags for C++ compiler: # flags for C++ compiler:
CFLAGS =@CFLAGS@ CFLAGS =@CPPFLAGS@ @CFLAGS@
CXXFLAGS =@CXXFLAGS@ CXXFLAGS =@CPPFLAGS@ @CXXFLAGS@
# program to make the archive: # program to make the archive:
LIBNAME =@LIBNAME@ LIBNAME =@LIBNAME@
...@@ -93,5 +93,5 @@ CAT3EXT =@CAT3EXT@ ...@@ -93,5 +93,5 @@ CAT3EXT =@CAT3EXT@
mv t.z $@ mv t.z $@
# #
# End of "$Id: makeinclude.in,v 1.7.2.10 2001/02/12 15:34:37 easysw Exp $". # End of "$Id: makeinclude.in,v 1.7.2.11 2001/04/14 11:11:43 easysw Exp $".
# #
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment