OS/2 updates from Alexander Mai.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2001-05-06 13:32:48 +00:00
parent 38c947bd09
commit ecfb817427
2 changed files with 10 additions and 10 deletions

View File

@ -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). * Configuration file for the Fast Light Tool Kit (FLTK).
* *
@ -123,7 +123,7 @@
#define HAVE_SYS_NDIR_H 0 #define HAVE_SYS_NDIR_H 0
#define HAVE_SYS_DIR_H 0 #define HAVE_SYS_DIR_H 0
#define HAVE_NDIR_H 0 #define HAVE_NDIR_H 0
#define HAVE_SCANDIR 1 #define HAVE_SCANDIR 0
/* /*
* Possibly missing sprintf-style functions: * Possibly missing sprintf-style functions:
@ -156,5 +156,5 @@
#define HAVE_POLL 0 #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 $".
*/ */

View File

@ -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). # Make include file for the Fast Light Tool Kit (FLTK).
# Generated automatically from makeinclude.in by configure. # Generated automatically from makeinclude.in by configure.
@ -43,9 +43,9 @@ CC =gcc.exe
MAKEDEPEND =$(CXX) -M MAKEDEPEND =$(CXX) -M
# flags for C++ compiler: # flags for C++ compiler:
CFLAGS = -O2 -Wall -O4 -mpentium -Zmt -fno-exceptions CFLAGS =-Wall -O4 -mpentium -Zmt -fno-exceptions
CXXFLAGS = -O2 -Wall -O4 -mpentium -Zmt -fno-exceptions CXXFLAGS =-Wall -O4 -mpentium -Zmt -fno-exceptions
LDFLAGS = -Zexe -Zmt -Zcrtdll -Zbsd-signals -Zbin-files LDFLAGS =-s -Zexe -Zmt -Zcrtdll -Zbsd-signals -Zbin-files -fno-exceptions
# program to make the archive: # program to make the archive:
LIBNAME =fltk.a LIBNAME =fltk.a
@ -55,8 +55,8 @@ DSONAME =
DSOCOMMAND =echo DSOCOMMAND =echo
# libraries to link with: # libraries to link with:
LDLIBS = $(LDFLAGS) -s -lX11 -lXext -lsocket -lshm -lm LDLIBS =-lX11 -lXext -lsocket -lshm -lm
GLDLIBS = $(LDFLAGS) -s -lX11 -lXext -lsocket -lshm -lm GLDLIBS =-lX11 -lXext -lsocket -lshm -lm
# Man page extensions... # Man page extensions...
CAT1EXT =1 CAT1EXT =1
@ -93,5 +93,5 @@ CAT3EXT =3
mv t.z $@ 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 $".
# #