diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-25 13:36:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-25 13:36:27 +0000 |
| commit | 690f5c5d07c21d291f04dc9297c0a0658f6f44a1 (patch) | |
| tree | 5dd5cb4b6aefca8d5487ceff91b76cd4b53dbae7 /makefiles | |
| parent | 12c9e046906c3f07d2f562a5aa95447153344943 (diff) | |
Change POSTBUILD back to : in configure script.
Change POSTBUILD to "rem" in MingW makeinclude file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2318 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/makeinclude.mingw | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw index 805692d15..16df828c5 100644 --- a/makefiles/makeinclude.mingw +++ b/makefiles/makeinclude.mingw @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.mingw,v 1.1.2.3.2.6 2002/05/24 14:50:20 easysw Exp $" +# "$Id: makeinclude.mingw,v 1.1.2.3.2.7 2002/06/25 13:36:27 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 = echo +POSTBUILD = rem # 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.6 2002/05/24 14:50:20 easysw Exp $". +# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.7 2002/06/25 13:36:27 easysw Exp $". # |
