Changeset 148638 in webkit


Ignore:
Timestamp:
Apr 17, 2013 2:30:52 PM (11 years ago)
Author:
roger_fong@apple.com
Message:

Unreviewed. VS2010 Windows build fix.

  • JavaScriptCore.vcxproj/JavaScriptCoreExportGenerator/JavaScriptCoreExportGeneratorPostBuild.cmd:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r148627 r148638  
     12013-04-14  Roger Fong  <roger_fong@apple.com>
     2
     3        Unreviewed. VS2010 Windows build fix.
     4
     5        * JavaScriptCore.vcxproj/JavaScriptCoreExportGenerator/JavaScriptCoreExportGeneratorPostBuild.cmd:
     6
    172013-04-14  Roger Fong  <roger_fong@apple.com>
    28
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCoreExportGenerator/JavaScriptCoreExportGeneratorPostBuild.cmd

    r143529 r148638  
    33mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin"
    44if exist "%WebKit_Libraries%\bin\pthreadVC2.dll" xcopy /y /d "%WebKit_Libraries%\bin\pthreadVC2.dll" "%CONFIGURATIONBUILDDIR%\bin"
     5if exist "%WebKit_Libraries%\bin\libicuuc.dll" xcopy /y /d "%WebKit_Libraries%\bin\libicuuc.dll" "%CONFIGURATIONBUILDDIR%\bin"
     6if exist "%WebKit_Libraries%\bin\icudt46.dll" xcopy /y /d "%WebKit_Libraries%\bin\icudt46.dll" "%CONFIGURATIONBUILDDIR%\bin"
    57
    68echo Exporting link definition output (%GeneratorDirectory%\JavaScriptCoreExports.def)
Note: See TracChangeset for help on using the changeset viewer.