diff --git a/makefiles/config.os2x b/makefiles/config.os2x index 99eafa659..3ac6c730c 100644 --- a/makefiles/config.os2x +++ b/makefiles/config.os2x @@ -1,5 +1,5 @@ /* - * "$Id: config.os2x,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $" + * "$Id: config.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * @@ -123,7 +123,7 @@ #define HAVE_SYS_NDIR_H 0 #define HAVE_SYS_DIR_H 0 #define HAVE_NDIR_H 0 -#define HAVE_SCANDIR 1 +#define HAVE_SCANDIR 0 /* * Possibly missing sprintf-style functions: @@ -156,5 +156,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.os2x,v 1.1.2.3 2001/01/22 15:13:39 easysw Exp $". + * End of "$Id: config.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $". */ diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x index 557844d41..2c0a9b40b 100644 --- a/makefiles/makeinclude.os2x +++ b/makefiles/makeinclude.os2x @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.os2x,v 1.1.2.3 2001/04/26 07:11:58 spitzak Exp $" +# "$Id: makeinclude.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # Generated automatically from makeinclude.in by configure. @@ -43,9 +43,9 @@ CC =gcc.exe MAKEDEPEND =$(CXX) -M # flags for C++ compiler: -CFLAGS = -O2 -Wall -O4 -mpentium -Zmt -fno-exceptions -CXXFLAGS = -O2 -Wall -O4 -mpentium -Zmt -fno-exceptions -LDFLAGS = -Zexe -Zmt -Zcrtdll -Zbsd-signals -Zbin-files +CFLAGS =-Wall -O4 -mpentium -Zmt -fno-exceptions +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 @@ -55,8 +55,8 @@ DSONAME = DSOCOMMAND =echo # libraries to link with: -LDLIBS = $(LDFLAGS) -s -lX11 -lXext -lsocket -lshm -lm -GLDLIBS = $(LDFLAGS) -s -lX11 -lXext -lsocket -lshm -lm +LDLIBS =-lX11 -lXext -lsocket -lshm -lm +GLDLIBS =-lX11 -lXext -lsocket -lshm -lm # Man page extensions... CAT1EXT =1 @@ -93,5 +93,5 @@ CAT3EXT =3 mv t.z $@ # -# End of "$Id: makeinclude.os2x,v 1.1.2.3 2001/04/26 07:11:58 spitzak Exp $". +# End of "$Id: makeinclude.os2x,v 1.1.2.4 2001/05/06 13:32:48 easysw Exp $". #