diff --git a/CHANGES b/CHANGES index 1b7687d2e..6bb479303 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,9 @@ CHANGES IN FLTK 1.3.0 widgets (STR #1770) - Initial setup (STR #1904) - winsock dll is dynamically loaded and by default ws2_32.dll, use of winsock1 is still possible by defining USE_WSOCK1 at compile time. - + - Cairo support: added --enable-cairo and --enable-cairoext + configure options. + - Now vc2005 devenv in ide subdirectory CHANGES IN FLTK 1.1.9 diff --git a/vc2005/CubeView.vcproj b/ide/vc2005/CubeView.vcproj similarity index 87% rename from vc2005/CubeView.vcproj rename to ide/vc2005/CubeView.vcproj index c52ae1a3b..8b7bf7757 100644 --- a/vc2005/CubeView.vcproj +++ b/ide/vc2005/CubeView.vcproj @@ -47,7 +47,7 @@ diff --git a/vc2005/adjuster.vcproj b/ide/vc2005/adjuster.vcproj similarity index 91% rename from vc2005/adjuster.vcproj rename to ide/vc2005/adjuster.vcproj index 3d3276e17..0e67fbc75 100644 --- a/vc2005/adjuster.vcproj +++ b/ide/vc2005/adjuster.vcproj @@ -46,7 +46,7 @@ - - - - + diff --git a/vc2005/file_chooser.vcproj b/ide/vc2005/file_chooser.vcproj similarity index 91% rename from vc2005/file_chooser.vcproj rename to ide/vc2005/file_chooser.vcproj index 1a0f75dd3..226c4a9df 100644 --- a/vc2005/file_chooser.vcproj +++ b/ide/vc2005/file_chooser.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/input.vcproj b/ide/vc2005/input.vcproj similarity index 91% rename from vc2005/input.vcproj rename to ide/vc2005/input.vcproj index e259922cd..18f2ff230 100644 --- a/vc2005/input.vcproj +++ b/ide/vc2005/input.vcproj @@ -48,7 +48,7 @@ Optimization="4" InlineFunctionExpansion="2" FavorSizeOrSpeed="2" - AdditionalIncludeDirectories="..\vc2005;..\zlib;..\png;..\jpeg;.." + AdditionalIncludeDirectories=".;..\..\zlib;..\..\png;..\..\jpeg;.." PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN" RuntimeLibrary="2" UsePrecompiledHeader="0" @@ -76,7 +76,7 @@ OutputFile="../test/input.exe" LinkIncremental="1" SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\lib" + AdditionalLibraryDirectories="..\..\lib" IgnoreDefaultLibraryNames="libcd" ProgramDatabaseFile=".\Release/input.pdb" SubSystem="2" @@ -140,7 +140,7 @@ diff --git a/vc2005/label.vcproj b/ide/vc2005/label.vcproj similarity index 91% rename from vc2005/label.vcproj rename to ide/vc2005/label.vcproj index 6d39bf34b..d53509121 100644 --- a/vc2005/label.vcproj +++ b/ide/vc2005/label.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/menubar.vcproj b/ide/vc2005/menubar.vcproj similarity index 91% rename from vc2005/menubar.vcproj rename to ide/vc2005/menubar.vcproj index b4aea08e5..39040837d 100644 --- a/vc2005/menubar.vcproj +++ b/ide/vc2005/menubar.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/radio.vcproj b/ide/vc2005/radio.vcproj similarity index 87% rename from vc2005/radio.vcproj rename to ide/vc2005/radio.vcproj index 2d2e48a7c..86bb26538 100644 --- a/vc2005/radio.vcproj +++ b/ide/vc2005/radio.vcproj @@ -48,7 +48,7 @@ Optimization="4" InlineFunctionExpansion="2" FavorSizeOrSpeed="2" - AdditionalIncludeDirectories="..\vc2005;..\zlib;..\png;..\jpeg;.." + AdditionalIncludeDirectories=".;..\..\zlib;..\..\png;..\..\jpeg;.." PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN" RuntimeLibrary="2" UsePrecompiledHeader="0" @@ -76,7 +76,7 @@ OutputFile="../test/radio.exe" LinkIncremental="1" SuppressStartupBanner="true" - AdditionalLibraryDirectories="..\lib" + AdditionalLibraryDirectories="..\..\lib" IgnoreDefaultLibraryNames="libcd" ProgramDatabaseFile=".\Release/radio.pdb" SubSystem="2" @@ -140,7 +140,7 @@ diff --git a/vc2005/resize.vcproj b/ide/vc2005/resize.vcproj similarity index 86% rename from vc2005/resize.vcproj rename to ide/vc2005/resize.vcproj index b1d8df769..32a8d9b9e 100644 --- a/vc2005/resize.vcproj +++ b/ide/vc2005/resize.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/resizebox.vcproj b/ide/vc2005/resizebox.vcproj similarity index 91% rename from vc2005/resizebox.vcproj rename to ide/vc2005/resizebox.vcproj index b772e6b79..64ee860a8 100644 --- a/vc2005/resizebox.vcproj +++ b/ide/vc2005/resizebox.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/symbols.vcproj b/ide/vc2005/symbols.vcproj similarity index 91% rename from vc2005/symbols.vcproj rename to ide/vc2005/symbols.vcproj index 9ea10c7f9..8155f0571 100644 --- a/vc2005/symbols.vcproj +++ b/ide/vc2005/symbols.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/threads.vcproj b/ide/vc2005/threads.vcproj similarity index 91% rename from vc2005/threads.vcproj rename to ide/vc2005/threads.vcproj index 84a50dcc9..1844f9c88 100644 --- a/vc2005/threads.vcproj +++ b/ide/vc2005/threads.vcproj @@ -46,7 +46,7 @@ diff --git a/vc2005/zlib.vcproj b/ide/vc2005/zlib.vcproj similarity index 91% rename from vc2005/zlib.vcproj rename to ide/vc2005/zlib.vcproj index 51315253e..999d287ee 100644 --- a/vc2005/zlib.vcproj +++ b/ide/vc2005/zlib.vcproj @@ -40,7 +40,7 @@