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

Changeset 160118 in webkit


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

[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:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r160112 r160118  
     12013-12-04  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Correct WebKit.make copy command to land resources in proper directory.
     4        https://bugs.webkit.org/show_bug.cgi?id=125249
     5
     6        Reviewed by Tim Horton.
     7
     8        * WebKit.vcxproj/WebKit.make: Correct the copy command.
     9
    1102013-12-04  peavo@outlook.com  <peavo@outlook.com>
    211
  • trunk/Source/WebKit/WebKit.vcxproj/WebKit.make

    r160017 r160118  
    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.