Title: [172805] trunk/Source/_javascript_Core
Revision
172805
Author
[email protected]
Date
2014-08-20 12:46:07 -0700 (Wed, 20 Aug 2014)

Log Message

[Win] _javascript_Core.dll is missing version information.
https://bugs.webkit.org/show_bug.cgi?id=136105
<rdar://problem/18075852>

Reviewed by Dean Jackson.

* _javascript_Core.vcxproj/_javascript_CorePreBuild.cmd: Add missing step to generate
version information for intermediary build path.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (172804 => 172805)


--- trunk/Source/_javascript_Core/ChangeLog	2014-08-20 19:27:48 UTC (rev 172804)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-08-20 19:46:07 UTC (rev 172805)
@@ -1,3 +1,14 @@
+2014-08-20  Brent Fulgham  <[email protected]>
+
+        [Win] _javascript_Core.dll is missing version information.
+        https://bugs.webkit.org/show_bug.cgi?id=136105
+        <rdar://problem/18075852>
+
+        Reviewed by Dean Jackson.
+
+        * _javascript_Core.vcxproj/_javascript_CorePreBuild.cmd: Add missing step to generate
+        version information for intermediary build path.
+
 2014-08-20  Saam Barati  <[email protected]>
 
         Fix a memory leak in TypeSet

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_CorePreBuild.cmd (172804 => 172805)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_CorePreBuild.cmd	2014-08-20 19:27:48 UTC (rev 172804)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_CorePreBuild.cmd	2014-08-20 19:46:07 UTC (rev 172805)
@@ -4,3 +4,5 @@
 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" perl -wnle "if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }" "%CONFIGURATIONBUILDDIR%\buildfailed"
 if errorlevel 1 exit 1
 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
+
+perl "%WEBKIT_LIBRARIES%\tools\scripts\auto-version.pl" "%INTDIR%"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to