mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Updated README file in the lib directory for DLL info.
git-svn-id: file:///fltk/svn/fltk/trunk@284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+8
-5
@@ -2,9 +2,12 @@ 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 system.
|
||||||
Under Microsoft Windows a successful build will contain debug
|
Under Microsoft Windows a successful build of all projects and
|
||||||
(fltkd.lib and fltkd.dll) and release (fltk.lib fltk.dll) libraries for
|
configurations will contain debug (fltkd.lib and fltkdlld.lib) and
|
||||||
you to link to. Both are built using the multi-threaded settings.
|
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 or libfltk.so) will be
|
Under UNIX a single library file (libfltk.a, libfltk.sl, or libfltk.so)
|
||||||
built.
|
will be built.
|
||||||
|
|||||||
Reference in New Issue
Block a user