Commit 4af046f8 authored by aroben@apple.com's avatar aroben@apple.com

Windows Debug build fix

        Not sure why the buildbots weren't affected by this problem.

        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Let VS
        re-order the file list, and added JavaScriptCore[_debug].def to the
        project. This was not necessary for the fix, but made making the fix
        easier.

        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
        Removed a function that no longer exists.

git-svn-id: svn://svn.chromium.org/blink/trunk@42886 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 88ac2b43
2009-04-27 Adam Roben <aroben@apple.com>
Windows Debug build fix
Not sure why the buildbots weren't affected by this problem.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Let VS
re-order the file list, and added JavaScriptCore[_debug].def to the
project. This was not necessary for the fix, but made making the fix
easier.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
Removed a function that no longer exists.
2009-04-26 Gavin Barraclough <barraclough@apple.com>
Reviewed by Weinig Sam.
......@@ -1408,27 +1408,27 @@
>
</File>
<File
RelativePath="..\..\yarr\RegexJIT.cpp"
RelativePath="..\..\yarr\RegexInterpreter.cpp"
>
</File>
<File
RelativePath="..\..\yarr\RegexJIT.h"
RelativePath="..\..\yarr\RegexInterpreter.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexInterpreter.cpp"
RelativePath="..\..\yarr\RegexJIT.cpp"
>
</File>
<File
RelativePath="..\..\yarr\RegexInterpreter.h"
RelativePath="..\..\yarr\RegexJIT.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexPattern.h"
RelativePath="..\..\yarr\RegexParser.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexParser.h"
RelativePath="..\..\yarr\RegexPattern.h"
>
</File>
</Filter>
......@@ -1480,6 +1480,14 @@
>
</File>
</Filter>
<File
RelativePath=".\JavaScriptCore.def"
>
</File>
<File
RelativePath=".\JavaScriptCore_debug.def"
>
</File>
</Files>
<Globals>
</Globals>
......
......@@ -214,7 +214,6 @@ EXPORTS
?setUpStaticFunctionSlot@JSC@@YAXPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPropertySlot@1@@Z
?signal@ThreadCondition@WTF@@QAEXXZ
?slowAppend@ArgList@JSC@@AAEXVJSValuePtr@2@@Z
?sort@ProfileNode@JSC@@QAEXP6A_NABV?$RefPtr@VProfileNode@JSC@@@WTF@@0@Z@Z
?startIgnoringLeaks@Structure@JSC@@SAXXZ
?startProfiling@Profiler@JSC@@QAEXPAVExecState@2@ABVUString@2@@Z
?stopIgnoringLeaks@Structure@JSC@@SAXXZ
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment