Changeset 50120 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 26, 2009, 7:10:18 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r50109 r50120 1 2009-10-26 Laszlo Gombos <[email protected]> 2 3 Reviewed by Darin Adler. 4 5 Make .rc files compile on Windows without depending on MFC headers 6 https://bugs.webkit.org/show_bug.cgi?id=30750 7 8 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.rc: Use 9 winresrc.h because it exists even when MFC is not installed, and is 10 all that's needed here. 11 1 12 2009-10-26 Gabor Loki <[email protected]> 2 13 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.rc
r49026 r50120 2 2 // 3 3 #include "autoversion.h" 4 #include "winres .h"4 #include "winresrc.h" 5 5 6 6 #ifdef _WIN32
Note:
See TracChangeset
for help on using the changeset viewer.