summaryrefslogtreecommitdiff
path: root/makefiles/makeinclude.mingw31
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-07-14 17:03:31 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-07-14 17:03:31 +0000
commit3346a9fee75faff9b8087513204cb63cfcf8ec0c (patch)
tree9d047b2a883c283ebca058e3872758aa8c39a69c /makefiles/makeinclude.mingw31
parent8e2ff295008e2319e01df604a7c8e382924b22cd (diff)
Change the Fl_Group current, add, and remove methods so they are no longer
inline; this should make shared libraries work better on all platforms. Link FLUID against shared libraries, too, so that the installed fluid is also using shared libraries (still make a statically linked fluid for the build) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2525 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/makeinclude.mingw31')
-rw-r--r--makefiles/makeinclude.mingw3116
1 files changed, 13 insertions, 3 deletions
diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31
index 9676b7a75..3285c0488 100644
--- a/makefiles/makeinclude.mingw31
+++ b/makefiles/makeinclude.mingw31
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.mingw31,v 1.1.2.1 2002/07/09 17:41:24 easysw Exp $"
+# "$Id: makeinclude.mingw31,v 1.1.2.2 2002/07/14 17:03:31 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# (this file for MingW using GCC 3.1.x)
@@ -54,6 +54,17 @@ includedir = ${prefix}/include
libdir = ${exec_prefix}/lib
srcdir = .
+# programs we use...
+CHMOD = :
+CP = copy
+HTMLDOC = htmldoc.exe
+LN = :
+MKDIR = md
+NROFF = nroff
+RM = del
+RMDIR = rd
+STRIP = :
+
# compiler names:
CXX = g++
CC = gcc
@@ -70,7 +81,6 @@ FLLIBNAME = ../lib/libfltk_forms.a
GLLIBNAME = ../lib/libfltk_gl.a
IMGLIBNAME = ../lib/libfltk_images.a
LIBCOMMAND = ar -ruv
-RM = del
RANLIB = ranlib
DSONAME =
FLDSONAME =
@@ -112,5 +122,5 @@ THREADS =threads
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw31,v 1.1.2.1 2002/07/09 17:41:24 easysw Exp $".
+# End of "$Id: makeinclude.mingw31,v 1.1.2.2 2002/07/14 17:03:31 easysw Exp $".
#