mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Use true instead of : for POSTBUILD on non-MacOS systems.
Redo library README file... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2317 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.31.2.72 2002/06/24 02:04:54 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.31.2.73 2002/06/24 19:49:45 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -335,7 +335,7 @@ fi
|
|||||||
|
|
||||||
dnl Define OS-specific stuff...
|
dnl Define OS-specific stuff...
|
||||||
HLINKS=
|
HLINKS=
|
||||||
POSTBUILD=:
|
POSTBUILD=true
|
||||||
THREADS=
|
THREADS=
|
||||||
|
|
||||||
case $uname in
|
case $uname in
|
||||||
@@ -748,5 +748,5 @@ dnl Make sure the fltk-config script is executable...
|
|||||||
chmod +x fltk-config
|
chmod +x fltk-config
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.72 2002/06/24 02:04:54 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.31.2.73 2002/06/24 19:49:45 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
+12
-9
@@ -1,13 +1,16 @@
|
|||||||
README.lib
|
README.lib
|
||||||
----------
|
----------
|
||||||
|
|
||||||
This README file is a placeholder for library files on your system.
|
This README file is a placeholder for library files on your
|
||||||
Under Microsoft Windows a successful build of all projects and
|
system.
|
||||||
configurations will contain debug (fltkd.lib and fltkdlld.lib) and
|
|
||||||
release (fltk.lib fltkdll.lib) libraries for you to link to. Both are
|
|
||||||
built using the multi-threaded settings. The DLL files (fltkdll.dll
|
|
||||||
and fltkdlld.dll) required for a complete DLL-based binary distribution
|
|
||||||
are located in the "visualc" directory.
|
|
||||||
|
|
||||||
Under UNIX a single library file (libfltk.a, libfltk.sl, or libfltk.so)
|
Under Microsoft Windows a successful build of all projects and
|
||||||
will be built.
|
configurations will contain debug and release libraries for you
|
||||||
|
to link to - all are built using the multi-threaded DLL
|
||||||
|
settings. The DLL files (fltkdll.dll and fltkdlld.dll) required
|
||||||
|
for a complete DLL-based binary distribution are located in the
|
||||||
|
"visualc" directory.
|
||||||
|
|
||||||
|
Under UNIX a single set of library files will be built, with or
|
||||||
|
without debug information depending on the options you provided
|
||||||
|
to the configure script.
|
||||||
|
|||||||
Reference in New Issue
Block a user