Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Give MiniBrowser our standard set of configurations (minus the *_Cair…
…o variants) MiniBrowser already had a configuration called "Release", but it was using mostly the same settings as Debug. And its Debug configuration was using the settings that Debug_Internal should be using. Fixes <http://webkit.org/b/42746> MiniBrowser's build configurations are screwy Reviewed by Darin Adler. * MiniBrowser/MiniBrowser.vcproj: Removed debug_internal.vsprops from the Debug configuration. Remove debug.vsprops and debug_internal.vsprops from the Release configuration and replace them with release.vsprops. Added Debug_Internal and Debug_All configurations. Canonical link: https://commits.webkit.org/54663@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63826 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
174 additions
and 2 deletions.
- +20 −0 WebKitTools/ChangeLog
- +154 −2 WebKitTools/MiniBrowser/MiniBrowser.vcproj
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters