Changeset 128558 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Sep 13, 2012, 10:53:37 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r128544 r128558 1 2012-09-13 Kevin Funk <[email protected]> 2 3 Make compile with both OS(WINCE) and PLATFORM(QT) support 4 https://bugs.webkit.org/show_bug.cgi?id=95536 5 6 Reviewed by Simon Hausmann. 7 8 Do not link against advapi32 on wince 9 10 * jsc.pro: 11 1 12 2012-09-13 Geoffrey Garen <[email protected]> 2 13 -
trunk/Source/JavaScriptCore/jsc.pro
r104034 r128558 24 24 } 25 25 26 win * {26 win32-* { 27 27 LIBS += -ladvapi32 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.