WebCore:
Build fix
* platform/graphics/cg/GraphicsContextCG.cpp: Added missing #include.
WebKit/win:
Windows build fix
* Interfaces/WebKit.idl: Create the typelib version symbol ourselves.
WebKitLibraries:
* win/tools/scripts/auto-version.sh: Removed a redundant symbol.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@30202
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-02-13 Adam Roben <aroben@apple.com>
+
+ Build fix
+
+ * platform/graphics/cg/GraphicsContextCG.cpp: Added missing #include.
+
2008-02-13 Matt Lilek <webkit@mattlilek.com>
Not reviewed, build fix.
#include <CoreGraphics/CGBitmapContext.h>
#include <CoreGraphics/CGPDFContext.h>
#include <wtf/MathExtras.h>
+#include <wtf/RetainPtr.h>
using namespace std;
+2008-02-13 Adam Roben <aroben@apple.com>
+
+ Windows build fix
+
+ * Interfaces/WebKit.idl: Create the typelib version symbol ourselves.
+
2008-02-12 Steve Falkenburg <sfalken@apple.com>
Use a precompiled header to build WebKit.
#include "IGEN_DOMStyleSheet.idl"
#include "IGEN_DOMStyleSheetList.idl"
+#define __TYPELIB_VERSION__ __BUILD_NUMBER_MAJOR__##.##__BUILD_NUMBER_MINOR__
+
[
#if __PRODUCTION__
uuid(2a748656-625d-4207-b29f-40c95bfeb3a9),
uuid(76E5F7F0-18FD-48a2-B549-1159435B513B),
helpstring("OpenSourceWebKit " __BUILD_NUMBER_SHORT__ " Type Library"),
#endif
- version(__BUILD_NUMBER_MAJOR_MINOR__)
+ version(__TYPELIB_VERSION__)
]
#if __PRODUCTION__
library WebKit
+2008-02-13 Adam Roben <aroben@apple.com>
+
+ * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
+
2008-02-12 Adam Roben <aroben@apple.com>
Clean up auto-version.sh a bit
#define __BUILD_NUMBER_MAJOR__ $BLDMAJORVERSION
#define __BUILD_NUMBER_MINOR__ $BLDMINORVERSION
#define __BUILD_NUMBER_VARIANT__ $BLDVARIANTVERSION
-#define __BUILD_NUMBER_MAJOR_MINOR__ $BLDMAJORVERSION.$BLDMINORVERSION
#define __SVN_REVISION__ $SVNREVISION
EOF