From a37148b9445032d472e9b67ca912554d342de8d4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 16 Nov 2008 19:42:35 +0000 Subject: [PATCH] Added missing dependency (COMCTRL32.LIB) to basics.html. (Reported in fltk.general). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6527 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 2 ++ documentation/basics.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2a2ec2a05..a44a893de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ CHANGES IN FLTK 1.1.10 + - Fixed documentation (added missing COMCTRL32.LIB + dependency) - Fl_Group::clip_children() is now public (STR #2017) - Fixed first modifier key event (STR #1952) - Fixed wrong default value of Fl_Spinner in diff --git a/documentation/basics.html b/documentation/basics.html index 42ce0131a..d8c1d0be1 100644 --- a/documentation/basics.html +++ b/documentation/basics.html @@ -300,7 +300,8 @@ fltk-config --use-forms --use-gl --use-images --compile filename.cpp find the FLTK header files. This can be done by selecting "Settings" from the "Project" menu and then changing the "Preprocessor" settings under the -"C/C++" tab. You will also need to add the FLTK and +"C/C++" tab. You will also need to add the FLTK (FLTK.LIB +or FLTKD.LIB), the Windows Common Controls (COMCTRL32.LIB), and WinSock (WSOCK32.LIB) libraries to the "Link" settings.