Removed FL_STATIC definition from makeinclude file (no longer needed).

Looks like DLL generation with the Cygnus/MingW32 tools is limited to
.DEF files, too...


git-svn-id: file:///fltk/svn/fltk/trunk@293 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-02-18 14:28:18 +00:00
parent 40df358bdb
commit 49604377ff
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#
# "$Id: makeinclude.cygnus,v 1.7 1999/02/18 14:05:31 mike Exp $"
# "$Id: makeinclude.cygnus,v 1.8 1999/02/18 14:28:18 mike Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@ -35,8 +35,8 @@ CXX = g++
CC = gcc
# flags for C++ compiler:
CFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows -DFL_STATIC
CXXFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows -DFL_STATIC
CFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows
CXXFLAGS = -Wall -O2 -DCYGNUS -DWIN32 -mno-cygwin -mwindows
# program to make the archive:
LIBNAME = libfltk.a
@ -47,5 +47,5 @@ RANLIB = ranlib
LDLIBS = -lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm
#
# End of "$Id: makeinclude.cygnus,v 1.7 1999/02/18 14:05:31 mike Exp $".
# End of "$Id: makeinclude.cygnus,v 1.8 1999/02/18 14:28:18 mike Exp $".
#

View File

@ -1,5 +1,5 @@
#
# "$Id: makeinclude.mingw32,v 1.8 1999/02/18 14:05:31 mike Exp $"
# "$Id: makeinclude.mingw32,v 1.9 1999/02/18 14:28:18 mike Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@ -35,8 +35,8 @@ CXX = g++
CC = gcc
# flags for C++ compiler:
CFLAGS = -Wall -O2 -DWIN32 -mwindows -DFL_STATIC
CXXFLAGS = -Wall -O2 -DWIN32 -mwindows -DFL_STATIC
CFLAGS = -Wall -O2 -DWIN32 -mwindows
CXXFLAGS = -Wall -O2 -DWIN32 -mwindows
# program to make the archive:
LIBNAME = libfltk.a
@ -47,5 +47,5 @@ RANLIB = ranlib
LDLIBS = -lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm
#
# End of "$Id: makeinclude.mingw32,v 1.8 1999/02/18 14:05:31 mike Exp $".
# End of "$Id: makeinclude.mingw32,v 1.9 1999/02/18 14:28:18 mike Exp $".
#