From 1be610c97025509a9858e0e2b4409db16751fcdb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 26 Jun 2002 12:03:28 +0000 Subject: Better MingW handling. Convert C++ comments to C comments in filename.H, which is included from some C files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/makeinclude.mingw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefiles/makeinclude.mingw') diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw index 16df828c5..853bed571 100644 --- a/makefiles/makeinclude.mingw +++ b/makefiles/makeinclude.mingw @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.mingw,v 1.1.2.3.2.7 2002/06/25 13:36:27 easysw Exp $" +# "$Id: makeinclude.mingw,v 1.1.2.3.2.8 2002/06/26 12:03:28 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -57,7 +57,7 @@ srcdir = . CXX = g++ CC = gcc MAKEDEPEND = $(CXX) -M -POSTBUILD = rem +POSTBUILD = : # flags for C++ compiler: CFLAGS = -Wall -O2 -DWIN32 @@ -108,5 +108,5 @@ THREADS =threads $(CXX) -I.. $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.7 2002/06/25 13:36:27 easysw Exp $". +# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.8 2002/06/26 12:03:28 easysw Exp $". # -- cgit v1.2.3