webengine/osswebengine/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/grammarWrapper.cpp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/webengine/osswebengine/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/grammarWrapper.cpp	Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,7 @@
+// This file exists to work around a bug in Visual Studio 2005
+// Occasionally on launch VS05 will fail to correctly find and
+// identify generated files, thereby excluding them from the build
+// list and defaulting the "build rule" to "custom build rule"
+// instead of whatever may be appropriate for the file type.
+
+#include "grammar.cpp"