summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.os2x
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-05-06 13:32:48 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-05-06 13:32:48 +0000
commitecfb817427bfe9eb3fe961bef2a25c36b73453c4 (patch)
tree2d52f8809afee7f908430aa026112db2334b2b81 /makefiles/makeinclude.os2x
parent38c947bd093c0edb1eb746911150574fa4a0fb2f (diff)
OS/2 updates from Alexander Mai.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/makeinclude.os2x')
-rw-r--r--makefiles/makeinclude.os2x14
1 files changed, 7 insertions, 7 deletions
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 $".
#