From ecd41d9875c5beb5e75adecd216e9d430ace44fc Mon Sep 17 00:00:00 2001 From: "aroben@apple.com" Date: Wed, 14 Nov 2007 22:07:26 +0000 Subject: [PATCH] Change Interfaces to use a Utility configuration It had previously been marked as an "Application (.exe)", which is wrong but worked with most versions of Visual Studio. Rubberstamped by Steve. * WebKit.vcproj/Interfaces.vcproj: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27792 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/win/ChangeLog | 11 +++ WebKit/win/WebKit.vcproj/Interfaces.vcproj | 117 +---------------------------- 2 files changed, 15 insertions(+), 113 deletions(-) diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog index 69d0989..a0702ed 100644 --- a/WebKit/win/ChangeLog +++ b/WebKit/win/ChangeLog @@ -10,6 +10,17 @@ 2007-11-14 Adam Roben + Change Interfaces to use a Utility configuration + + It had previously been marked as an "Application (.exe)", which is + wrong but worked with most versions of Visual Studio. + + Rubberstamped by Steve. + + * WebKit.vcproj/Interfaces.vcproj: + +2007-11-14 Adam Roben + Another build fix for systems without Cygwin in their PATH * WebKit.vcproj/Interfaces.vcproj: Add Cygwin to the PATH in the diff --git a/WebKit/win/WebKit.vcproj/Interfaces.vcproj b/WebKit/win/WebKit.vcproj/Interfaces.vcproj index 914c977..5fe0571 100644 --- a/WebKit/win/WebKit.vcproj/Interfaces.vcproj +++ b/WebKit/win/WebKit.vcproj/Interfaces.vcproj @@ -19,7 +19,7 @@ Name="Debug|Win32" OutputDirectory="$(WebKitOutputDir)\include\WebKit" IntermediateDirectory="$(WebKitOutputDir)\obj\WebKit\$(ConfigurationName)\$(ProjectName)" - ConfigurationType="1" + ConfigurationType="10" InheritedPropertySheets=".\debug.vsprops" CharacterSet="1" > @@ -31,12 +31,6 @@ Name="VCCustomBuildTool" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 1.8.3.1