Changeset 84159 in webkit


Ignore:
Timestamp:
Apr 18, 2011 10:34:14 AM (13 years ago)
Author:
timothy@apple.com
Message:

Remove the two commands that make en.lproj and copy Localizable.strings.

Rubber-stamped by Adam Roben.

  • WebKit.vcproj/WebKitLibPostBuild.cmd:
Location:
trunk/Source/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/win/ChangeLog

    r84146 r84159  
     12011-04-18  Timothy Hatcher  <timothy@apple.com>
     2
     3        Remove the two commands that make en.lproj and copy Localizable.strings.
     4
     5        Rubber-stamped by Adam Roben.
     6
     7        * WebKit.vcproj/WebKitLibPostBuild.cmd:
     8
    192011-04-18  Patrick Gansterer  <paroga@webkit.org>
    210
  • trunk/Source/WebKit/win/WebKit.vcproj/WebKitLibPostBuild.cmd

    r75138 r84159  
    1414mkdir 2>NUL "%OUTDIR%\..\bin\WebKit.resources"
    1515xcopy /y /d "%PROJECTDIR%..\WebKit.resources\*" "%OUTDIR%\..\bin\WebKit.resources"
    16 mkdir 2>NUL "%OUTDIR%\..\bin\WebKit.resources\en.lproj"
    17 xcopy /y /d "%PROJECTDIR%..\..\English.lproj\Localizable.strings" "%OUTDIR%\..\bin\WebKit.resources\en.lproj\"
    1816
    1917if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"
Note: See TracChangeset for help on using the changeset viewer.