Changeset 67388 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 13, 2010, 8:13:17 AM (15 years ago)
Author:
Adam Roben
Message:

Copy JavaScriptCore's generated sources to the right directory

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r67371 r67388  
     12010-09-13  Adam Roben  <[email protected]>
     2
     3        Copy JavaScriptCore's generated sources to the right directory
     4
     5        * JavaScriptCore.vcproj/JavaScriptCore.make: Fixed typo.
     6
    172010-09-13  Kwang Yul Seo  <[email protected]>
    28
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.make

    r61195 r67388  
    3333    xcopy "$(OBJROOT)\bin\JavaScriptCore.resources\*" "$(DSTROOT)\AppleInternal\bin\JavaScriptCore.resources" /e/v/i/h/y
    3434    -mkdir "$(DSTROOT)\AppleInternal\Sources\JavaScriptCore"
    35     xcopy "$(OBJROOT)\obj\JavaScriptCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources\WebCore" /e/v/i/h/y
     35    xcopy "$(OBJROOT)\obj\JavaScriptCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources\JavaScriptCore" /e/v/i/h/y
Note: See TracChangeset for help on using the changeset viewer.