diff options
Diffstat (limited to 'WebKitLibraries/win/tools/vsprops')
-rw-r--r-- | WebKitLibraries/win/tools/vsprops/debug_all.vsprops | 26 | ||||
-rw-r--r-- | WebKitLibraries/win/tools/vsprops/debug_internal.vsprops | 9 | ||||
-rw-r--r-- | WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops | 2 |
3 files changed, 32 insertions, 5 deletions
diff --git a/WebKitLibraries/win/tools/vsprops/debug_all.vsprops b/WebKitLibraries/win/tools/vsprops/debug_all.vsprops new file mode 100644 index 0000000..63c4627 --- /dev/null +++ b/WebKitLibraries/win/tools/vsprops/debug_all.vsprops @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug_all" + > + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="USE_DEBUG_SAFARI_THEME;DEBUG_INTERNAL;DEBUG_ALL" + RuntimeLibrary="3" + /> + <UserMacro + Name="WebKitConfigSuffix" + Value="_debug" + PerformEnvironmentSet="true" + /> + <UserMacro + Name="LibraryConfigSuffix" + Value="_debug" + PerformEnvironmentSet="true" + /> + <UserMacro + Name="WebKitDLLConfigSuffix" + Value="_debug" + /> +</VisualStudioPropertySheet> diff --git a/WebKitLibraries/win/tools/vsprops/debug_internal.vsprops b/WebKitLibraries/win/tools/vsprops/debug_internal.vsprops index ef7674a..d0c61c1 100644 --- a/WebKitLibraries/win/tools/vsprops/debug_internal.vsprops +++ b/WebKitLibraries/win/tools/vsprops/debug_internal.vsprops @@ -6,21 +6,20 @@ > <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="USE_DEBUG_SAFARI_THEME;DEBUG_INTERNAL" - RuntimeLibrary="3" + PreprocessorDefinitions="DEBUG_INTERNAL" /> <UserMacro Name="WebKitConfigSuffix" - Value="_debug" + Value="" PerformEnvironmentSet="true" /> <UserMacro Name="LibraryConfigSuffix" - Value="_debug" + Value="" PerformEnvironmentSet="true" /> <UserMacro Name="WebKitDLLConfigSuffix" - Value="_debug" + Value="" /> </VisualStudioPropertySheet> diff --git a/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops b/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops index 0e7db13..7d424e6 100644 --- a/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops +++ b/WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops @@ -10,10 +10,12 @@ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
+ AdditionalIncludeDirectories=""$(WebKitLibrariesDir)\include\cairo""
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
+ AdditionalLibraryDirectories=""$(WebKitLibrariesDir)\lib""
/>
<UserMacro
Name="WebKitConfigSuffix"
|