From d88ee51b2013b78eaaeac177908eb5052999be51 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 18 Feb 1999 14:05:31 +0000 Subject: Added top-level makefiles for Cygnus and MingW32 builds to avoid confusion. Updated compiler options to include FL_STATIC when building libraries. Eventually we need to support a DLL build option... git-svn-id: file:///fltk/svn/fltk/trunk@290 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/makeinclude.cygnus | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefiles/makeinclude.cygnus') diff --git a/makefiles/makeinclude.cygnus b/makefiles/makeinclude.cygnus index 053115ced..66ea0057f 100644 --- a/makefiles/makeinclude.cygnus +++ b/makefiles/makeinclude.cygnus @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.cygnus,v 1.6 1999/02/16 14:28:01 mike Exp $" +# "$Id: makeinclude.cygnus,v 1.7 1999/02/18 14:05:31 mike Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -35,8 +35,8 @@ CXX = g++ CC = gcc # flags for C++ compiler: -CFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows -CXXFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows +CFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows -DFL_STATIC +CXXFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows -DFL_STATIC # program to make the archive: LIBNAME = libfltk.a @@ -47,5 +47,5 @@ RANLIB = ranlib LDLIBS = -lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm # -# End of "$Id: makeinclude.cygnus,v 1.6 1999/02/16 14:28:01 mike Exp $". +# End of "$Id: makeinclude.cygnus,v 1.7 1999/02/18 14:05:31 mike Exp $". # -- cgit v1.2.3