Changeset 37412 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 8, 2008, 2:10:23 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r37410 r37412 1 2008-10-08 Prasanth Ullattil <[email protected]> 2 3 Reviewed by Simon. 4 5 Fix WebKit compilation with VC2008SP1 6 7 Apply the TR1 workaround for JavaScriptCore, too. 8 9 * JavaScriptCore.pro: 10 1 11 2008-10-08 Prasanth Ullattil <[email protected]> 2 12 -
trunk/JavaScriptCore/JavaScriptCore.pro
r37057 r37412 47 47 DEFINES += BUILD_WEBKIT 48 48 49 win32-*: DEFINES += _HAS_TR1=0 50 49 51 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC 50 52 win32-g++ {
Note:
See TracChangeset
for help on using the changeset viewer.