Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix compiler warnings when building MiniBrowser
Also cleaned up the .vcproj a bit. Fixes <http://webkit.org/b/42743>. Reviewed by Darin Adler. * MiniBrowser/MiniBrowser.vcproj: Removed all settings that are already defined in .vsprops files. This also fixes a warning about /EDITANDCONTINUE being incompatible with /SAFESEH. * MiniBrowser/win/MiniBrowser.rc: Replaced afxres.h with winresrc.h so that we stop getting warnings about ID_FILE_OPEN and ID_FILE_CLOSE being redefined. (I think this will also get us closer to building with VC++ Express.) Canonical link: https://commits.webkit.org/54660@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63823 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
22 additions
and 37 deletions.
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
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