diff options
| -rw-r--r-- | CHANGES | 3 | ||||
| -rw-r--r-- | makefiles/makeinclude.cygwin | 12 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw | 12 | ||||
| -rw-r--r-- | makefiles/makeinclude.no-cygwin | 12 | ||||
| -rw-r--r-- | makefiles/makeinclude.os2x | 12 |
5 files changed, 35 insertions, 16 deletions
@@ -6,6 +6,9 @@ CHANGES IN FLTK 1.1.0b4 - Updated the config.h files for all platforms for the image and FLTK documentation defines. + - Updated the makeinclude files for all platforms to + match the current makeinclude.in file. + - FLUID would crash if you cleared an image for a widget. diff --git a/makefiles/makeinclude.cygwin b/makefiles/makeinclude.cygwin index 1f19ccde2..d9a26edc5 100644 --- a/makefiles/makeinclude.cygwin +++ b/makefiles/makeinclude.cygwin @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.cygwin,v 1.1.2.2 2001/01/22 15:13:39 easysw Exp $" +# "$Id: makeinclude.cygwin,v 1.1.2.2.2.1 2001/10/16 20:19:22 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -62,7 +62,8 @@ CFLAGS = -Wall -O2 -DWIN32 CXXFLAGS = -Wall -O2 -DWIN32 # program to make the archive: -LIBNAME = libfltk.a +LIBNAME = ../lib/libfltk.a +GLLIBNAME = ../lib/libfltk_gl.a LIBCOMMAND = ar -ruv RANLIB = ranlib DSONAME = @@ -71,6 +72,9 @@ DSOCOMMAND = echo # libraries to link with (in addition to default libs): LDLIBS = -lgdi32 -lwsock32 GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 +LINKFLTK =-L../lib -lfltk +LINKFLTKGL =-L../lib -lfltk_gl +IMAGELIBS = # Be quiet when building... .SILENT: @@ -80,7 +84,7 @@ GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 .cxx: echo Compiling and linking $@... - $(CXX) -I.. -L../lib $(CXXFLAGS) $< -lfltk $(LDLIBS) -o $@ + $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: echo Compiling $@... @@ -91,5 +95,5 @@ GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 $(CXX) -I.. $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.cygwin,v 1.1.2.2 2001/01/22 15:13:39 easysw Exp $". +# End of "$Id: makeinclude.cygwin,v 1.1.2.2.2.1 2001/10/16 20:19:22 easysw Exp $". # diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw index 11f995fe1..41e48d448 100644 --- a/makefiles/makeinclude.mingw +++ b/makefiles/makeinclude.mingw @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.mingw,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $" +# "$Id: makeinclude.mingw,v 1.1.2.3.2.1 2001/10/16 20:19:22 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -62,7 +62,8 @@ CFLAGS = -Wall -O2 -DWIN32 CXXFLAGS = -Wall -O2 -DWIN32 # program to make the archive: -LIBNAME = libfltk.a +LIBNAME = ../lib/libfltk.a +GLLIBNAME = ../lib/libfltk_gl.a LIBCOMMAND = ar -ruv RANLIB = ranlib DSONAME = @@ -71,6 +72,9 @@ DSOCOMMAND = echo # libraries to link with (in addition to default libs): LDLIBS = -lgdi32 -lwsock32 GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 +LINKFLTK =-L../lib -lfltk +LINKFLTKGL =-L../lib -lfltk_gl +IMAGELIBS = # Be quiet when building... .SILENT: @@ -80,7 +84,7 @@ GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 .cxx: echo Compiling and linking $@... - $(CXX) -I.. -L../lib $(CXXFLAGS) $< -lfltk $(LDLIBS) -o $@ + $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: echo Compiling $@... @@ -91,5 +95,5 @@ GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 $(CXX) -I.. $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.mingw,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $". +# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.1 2001/10/16 20:19:22 easysw Exp $". # diff --git a/makefiles/makeinclude.no-cygwin b/makefiles/makeinclude.no-cygwin index f159b62a2..24c37c6e6 100644 --- a/makefiles/makeinclude.no-cygwin +++ b/makefiles/makeinclude.no-cygwin @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.no-cygwin,v 1.1.2.4 2001/01/22 15:13:39 easysw Exp $" +# "$Id: makeinclude.no-cygwin,v 1.1.2.4.2.1 2001/10/16 20:19:22 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -62,7 +62,8 @@ CFLAGS = -Wall -O2 -DWIN32 CXXFLAGS = -Wall -O2 -DWIN32 # program to make the archive: -LIBNAME = libfltk.a +LIBNAME = ../lib/libfltk.a +GLLIBNAME = ../lib/libfltk_gl.a LIBCOMMAND = ar -ruv RANLIB = ranlib DSONAME = @@ -71,6 +72,9 @@ DSOCOMMAND = echo # libraries to link with (in addition to default libs): LDLIBS = -lgdi32 -lwsock32 GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 +LINKFLTK =-L../lib -lfltk +LINKFLTKGL =-L../lib -lfltk_gl +IMAGELIBS = # Be quiet when building... .SILENT: @@ -80,7 +84,7 @@ GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 .cxx: echo Compiling and linking $@... - $(CXX) -I.. -L../lib $(CXXFLAGS) $< -lfltk $(LDLIBS) -o $@ + $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: echo Compiling $@... @@ -91,5 +95,5 @@ GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lwsock32 $(CXX) -I.. $(CXXFLAGS) $< -c # -# End of "$Id: makeinclude.no-cygwin,v 1.1.2.4 2001/01/22 15:13:39 easysw Exp $". +# End of "$Id: makeinclude.no-cygwin,v 1.1.2.4.2.1 2001/10/16 20:19:22 easysw Exp $". # diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x index 2c0a9b40b..157d040c0 100644 --- a/makefiles/makeinclude.os2x +++ b/makefiles/makeinclude.os2x @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $" +# "$Id: makeinclude.os2x,v 1.1.2.4.2.1 2001/10/16 20:19:22 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # Generated automatically from makeinclude.in by configure. @@ -48,7 +48,8 @@ CXXFLAGS =-Wall -O4 -mpentium -Zmt -fno-exceptions LDFLAGS =-s -Zexe -Zmt -Zcrtdll -Zbsd-signals -Zbin-files -fno-exceptions # program to make the archive: -LIBNAME =fltk.a +LIBNAME =../lib/fltk.a +GLLIBNAME =../lib/fltk_gl.a LIBCOMMAND =ar cr RANLIB =ar.exe s DSONAME = @@ -57,6 +58,9 @@ DSOCOMMAND =echo # libraries to link with: LDLIBS =-lX11 -lXext -lsocket -lshm -lm GLDLIBS =-lX11 -lXext -lsocket -lshm -lm +LINKFLTK =-L../lib -lfltk +LINKFLTKGL =-L../lib -lfltk_gl +IMAGELIBS = # Man page extensions... CAT1EXT =1 @@ -70,7 +74,7 @@ CAT3EXT =3 .cxx: echo Compiling and linking $@... - $(CXX) -I.. -L../lib $(CXXFLAGS) $< -lfltk $(LDLIBS) -o $@ + $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: echo Compiling $@... @@ -93,5 +97,5 @@ CAT3EXT =3 mv t.z $@ # -# End of "$Id: makeinclude.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $". +# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.1 2001/10/16 20:19:22 easysw Exp $". # |
