mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
Add fltk_forms library stuff to MingW makeinclude file...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2046 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# "$Id: makeinclude.mingw,v 1.1.2.3.2.4 2002/01/11 21:42:05 easysw Exp $"
|
# "$Id: makeinclude.mingw,v 1.1.2.3.2.5 2002/03/28 13:32:22 easysw Exp $"
|
||||||
#
|
#
|
||||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
# Make include file for the Fast Light Tool Kit (FLTK).
|
||||||
#
|
#
|
||||||
@@ -65,11 +65,14 @@ CXXFLAGS = -Wall -O2 -DWIN32
|
|||||||
|
|
||||||
# program to make the archive:
|
# program to make the archive:
|
||||||
LIBNAME = ../lib/libfltk.a
|
LIBNAME = ../lib/libfltk.a
|
||||||
|
FLLIBNAME = ../lib/libfltk_forms.a
|
||||||
GLLIBNAME = ../lib/libfltk_gl.a
|
GLLIBNAME = ../lib/libfltk_gl.a
|
||||||
LIBCOMMAND = ar -ruv
|
LIBCOMMAND = ar -ruv
|
||||||
RM = del
|
RM = del
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
DSONAME =
|
DSONAME =
|
||||||
|
FLDSONAME =
|
||||||
|
GLDSONAME =
|
||||||
DSOCOMMAND = echo
|
DSOCOMMAND = echo
|
||||||
|
|
||||||
# libraries to link with (in addition to default libs):
|
# libraries to link with (in addition to default libs):
|
||||||
@@ -77,6 +80,7 @@ LDLIBS = -lgdi32 -lcomctl32 -lwsock32
|
|||||||
GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lcomctl32 -lwsock32
|
GLDLIBS = -lglu32 -lopengl32 -lgdi32 -lcomctl32 -lwsock32
|
||||||
LINKFLTK =-L../lib -lfltk
|
LINKFLTK =-L../lib -lfltk
|
||||||
LINKFLTKGL =-L../lib -lfltk_gl
|
LINKFLTKGL =-L../lib -lfltk_gl
|
||||||
|
LINKFLTKFORMS =-L../lib -lfltk_forms -lfltk
|
||||||
IMAGELIBS =
|
IMAGELIBS =
|
||||||
|
|
||||||
# Be quiet when building...
|
# Be quiet when building...
|
||||||
@@ -98,5 +102,5 @@ IMAGELIBS =
|
|||||||
$(CXX) -I.. $(CXXFLAGS) $< -c
|
$(CXX) -I.. $(CXXFLAGS) $< -c
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.4 2002/01/11 21:42:05 easysw Exp $".
|
# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.5 2002/03/28 13:32:22 easysw Exp $".
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user