Changeset 24689 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jul 27, 2007, 1:28:59 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r24637 r24689 1 2007-07-27 Simon Hausmann <[email protected]> 2 3 Done with and reviewed by Lars and Zack. 4 5 Added os-win32 to the include search path for the Qt windows build in order to provide the fake stdint.h header file. 6 7 * JavaScriptCore.pri: 8 1 9 2007-07-25 Maciej Stachowiak <[email protected]> 2 10 -
trunk/JavaScriptCore/JavaScriptCore.pri
r24428 r24689 8 8 qt-port:DEFINES += BUILDING_QT__ 9 9 gdk-port:DEFINES += BUILDING_GDK__ 10 11 win32-msvc*: INCLUDEPATH += $$PWD/os-win32 10 12 11 13 include(pcre/pcre.pri)
Note:
See TracChangeset
for help on using the changeset viewer.