diff options
| author | Manolo Gouy <Manolo> | 2011-01-06 10:26:25 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-06 10:26:25 +0000 |
| commit | 0300ea28e7c1428c7688bacf43f62e9cc771c86a (patch) | |
| tree | 783a539ff7df35805782422d9d67d55547eec6df /ide/VisualC2008/doublebuffer.vcproj | |
| parent | bc509d32eb741e5d3876eaaf0abd270cf68cd3b4 (diff) | |
Fix STR #2504 (2nd 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@8199 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC2008/doublebuffer.vcproj')
| -rw-r--r-- | ide/VisualC2008/doublebuffer.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/VisualC2008/doublebuffer.vcproj b/ide/VisualC2008/doublebuffer.vcproj index a4005543e..998256b73 100644 --- a/ide/VisualC2008/doublebuffer.vcproj +++ b/ide/VisualC2008/doublebuffer.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=".\doublebuffer_/doublebuffer.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/doublebuffer.pch"
|
