summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-21 14:17:00 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-21 14:17:00 +0000
commit128526fc282b69b2abcd0c24e6d042c9dea8c862 (patch)
tree7cdfe7b5a70a0e434493d5a9669c1e1c777b9196 /makefiles
parente9bf41eb098a0f9aeea1dc6eca4e63e4642a682f (diff)
Fixed browser @ symbol prefix handling...
OS/2 fixes (makeinclude update and filename_isdir needed #include <sys/types.h>) MingW fix (makeinclude update) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1886 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/makeinclude.mingw6
-rw-r--r--makefiles/makeinclude.os2x9
2 files changed, 9 insertions, 6 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index 4120ef5a7..fde731ba7 100644
--- a/makefiles/makeinclude.mingw
+++ b/makefiles/makeinclude.mingw
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.mingw,v 1.1.2.3.2.2 2001/10/27 03:33:25 easysw Exp $"
+# "$Id: makeinclude.mingw,v 1.1.2.3.2.3 2001/12/21 14:17:00 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -56,6 +56,8 @@ srcdir = .
# compiler names:
CXX = g++
CC = gcc
+MAKEDEPEND = $(CXX) -M
+POSTBUILD = echo
# flags for C++ compiler:
CFLAGS = -Wall -O2 -DWIN32
@@ -96,5 +98,5 @@ IMAGELIBS =
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.2 2001/10/27 03:33:25 easysw Exp $".
+# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.3 2001/12/21 14:17:00 easysw Exp $".
#
diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x
index 038d3b6cd..126e37238 100644
--- a/makefiles/makeinclude.os2x
+++ b/makefiles/makeinclude.os2x
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.os2x,v 1.1.2.4.2.2 2001/10/27 03:33:25 easysw Exp $"
+# "$Id: makeinclude.os2x,v 1.1.2.4.2.3 2001/12/21 14:17:00 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# Generated automatically from makeinclude.in by configure.
@@ -42,6 +42,7 @@ RM =del
CXX =gcc.exe
CC =gcc.exe
MAKEDEPEND =$(CXX) -M
+POSTBUILD =echo
# flags for C++ compiler:
CFLAGS =-Wall -O4 -mpentium -Zmt -fno-exceptions
@@ -57,8 +58,8 @@ DSONAME =
DSOCOMMAND =echo
# libraries to link with:
-LDLIBS =-lX11 -lXext -lsocket -lshm -lm
-GLDLIBS =-lX11 -lXext -lsocket -lshm -lm
+LDLIBS =-lX11 -lXext -lsocket
+GLDLIBS =-lX11 -lXext -lsocket
LINKFLTK =-L../lib -lfltk
LINKFLTKGL =-L../lib -lfltk_gl
IMAGELIBS =
@@ -98,5 +99,5 @@ CAT3EXT =3
mv t.z $@
#
-# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.2 2001/10/27 03:33:25 easysw Exp $".
+# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.3 2001/12/21 14:17:00 easysw Exp $".
#