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:
Michael R Sweet
2002-06-24 19:49:45 +00:00
parent 4a6299fbcc
commit 12c9e04690
2 changed files with 15 additions and 12 deletions
+12 -9
View File
@@ -1,13 +1,16 @@
README.lib
----------
This README file is a placeholder for library files on your system.
Under Microsoft Windows a successful build of all projects and
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.
This README file is a placeholder for library files on your
system.
Under UNIX a single library file (libfltk.a, libfltk.sl, or libfltk.so)
will be built.
Under Microsoft Windows a successful build of all projects and
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.