From f9039b2ae21988783feae9b362818e7923e82d14 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Oct 1998 18:21:25 +0000 Subject: Initial revision git-svn-id: file:///fltk/svn/fltk/trunk@2 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makefiles/makeinclude.mingw32 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 makefiles/makeinclude.mingw32 (limited to 'makefiles/makeinclude.mingw32') diff --git a/makefiles/makeinclude.mingw32 b/makefiles/makeinclude.mingw32 new file mode 100644 index 000000000..3390f113a --- /dev/null +++ b/makefiles/makeinclude.mingw32 @@ -0,0 +1,36 @@ +# Makeinclude file for the Cygwin B19 release of GCC for Windoze + +# This will compile the code to directly call Windows interfaces +# and does not use the CYGWIN library. + +# Thanks to Philipp Knirsch at Lucent and Carl Thompson + +prefix =/usr/local +exec_prefix =${prefix} +bindir =${exec_prefix}/bin +includedir =${prefix}/include +libdir =${exec_prefix}/lib +srcdir =. + +# compiler names: +CXX =g++ +CC =g++ + +# flags for C++ compiler: +CFLAGS =-Wall -O2 -DWIN32 +CXXFLAGS =-Wall -O2 -DWIN32 +CXXFLAGS_D =-Wall -g -DDEBUG -DWIN32 + +# program to make the archive: +LIBNAME =libfltk.a +LIBNAME_D =libfltk_d.a +AR =ar -ruv +RANLIB =ranlib + +# libraries to link with: +LDLIBS =-lgdi32 -luser32 -lm -mwindows + +# libraries to link with when using GL: +GLDLIBS =-lgdi32 -luser32 -lglu32 -lopengl32 -lm -mwindows + +INSTALL =/CYGNUS/B19/H-I386~1/BIN/install -c -- cgit v1.2.3