diff options
| author | Manolo Gouy <Manolo> | 2011-01-06 10:27:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-06 10:27:18 +0000 |
| commit | 0e066f5511a34e01379a7e2044531d41791335ca (patch) | |
| tree | 075f0fda6c4cc5fb952d28cb45001d486c558178 /ide/VisualC2008/scroll.vcproj | |
| parent | 0300ea28e7c1428c7688bacf43f62e9cc771c86a (diff) | |
Fix STR #2504 (last part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO
by FLTK_USE_CAIRO everywhere.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8200 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC2008/scroll.vcproj')
| -rw-r--r-- | ide/VisualC2008/scroll.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/VisualC2008/scroll.vcproj b/ide/VisualC2008/scroll.vcproj index b6211d152..1cd3af993 100644 --- a/ide/VisualC2008/scroll.vcproj +++ b/ide/VisualC2008/scroll.vcproj @@ -234,7 +234,7 @@ Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=".;..\..\zlib;..\..\png;..\..\jpeg;../.."
- PreprocessorDefinitions="HAVE_CAIRO=1;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
+ PreprocessorDefinitions="FLTK_HAVE_CAIRO=1;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\scroll_/scroll.pch"
@@ -329,7 +329,7 @@ InlineFunctionExpansion="2"
FavorSizeOrSpeed="2"
AdditionalIncludeDirectories=".;..\..\zlib;..\..\png;..\..\jpeg;../.."
- PreprocessorDefinitions="HAVE_CAIRO=1,_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
+ PreprocessorDefinitions="FLTK_HAVE_CAIRO=1,_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/scroll.pch"
|
