⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 160120 in webkit


Ignore:
Timestamp:
Dec 4, 2013, 1:29:45 PM (13 years ago)
Author:
Brent Fulgham
Message:

Merge r160118.

2013-12-04 Brent Fulgham <Brent Fulgham>

[Win] Correct WebKit.make copy command to land resources in proper directory.
https://bugs.webkit.org/show_bug.cgi?id=125249

Reviewed by Tim Horton.

  • WebKit.vcxproj/WebKit.make: Correct the copy command.
Location:
branches/safari-537.60-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-537.60-branch/Source/WebKit/ChangeLog

    r160019 r160120  
     12013-12-04  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Merge r160118.
     4
     5    2013-12-04  Brent Fulgham  <bfulgham@apple.com>
     6
     7            [Win] Correct WebKit.make copy command to land resources in proper directory.
     8            https://bugs.webkit.org/show_bug.cgi?id=125249
     9
     10            Reviewed by Tim Horton.
     11
     12            * WebKit.vcxproj/WebKit.make: Correct the copy command.
     13
    1142013-12-03  Brent Fulgham  <bfulgham@apple.com>
    215
  • branches/safari-537.60-branch/Source/WebKit/WebKit.vcxproj/WebKit.make

    r160019 r160120  
    1515        xcopy "%ConfigurationBuildDir%\bin32\*.pdb" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
    1616        -xcopy "%ConfigurationBuildDir%\bin32\*.dll" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
    17         xcopy "%ConfigurationBuildDir%\bin32\WebKit.resources" "$(DSTROOT)\%ProgramFilesAAS%" /e/v/i/h/y
     17        xcopy "%ConfigurationBuildDir%\bin32\WebKit.resources\*" "$(DSTROOT)\%ProgramFilesAAS%\WebKit.resources\" /e/v/i/h/y
    1818        xcopy "%ConfigurationBuildDir%\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y       
    1919        xcopy "%ConfigurationBuildDir%\lib32\*" "$(DSTROOT)\AppleInternal\lib32\" /e/v/i/h/y
Note: See TracChangeset for help on using the changeset viewer.