mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: makeinclude.os2x,v 1.1.2.4.2.8 2002/07/09 17:41:24 easysw Exp $"
|
||||
# "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $"
|
||||
#
|
||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
@@ -34,9 +34,15 @@ srcdir = ./.
|
||||
VPATH = ./.
|
||||
|
||||
# programs we use...
|
||||
CHMOD = :
|
||||
CP = copy
|
||||
HTMLDOC = htmldoc.exe
|
||||
LN = :
|
||||
MKDIR = md
|
||||
NROFF = nroff
|
||||
RM = rm -f
|
||||
RM = del
|
||||
RMDIR = rd
|
||||
STRIP = :
|
||||
|
||||
# compiler names:
|
||||
CXX = gcc.exe
|
||||
@@ -118,5 +124,5 @@ CAT3EXT =3
|
||||
mv t.z $@
|
||||
|
||||
#
|
||||
# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.8 2002/07/09 17:41:24 easysw Exp $".
|
||||
# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user