Changeset 67388 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 13, 2010, 8:13:17 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r67371 r67388 1 2010-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 1 7 2010-09-13 Kwang Yul Seo <[email protected]> 2 8 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.make
r61195 r67388 33 33 xcopy "$(OBJROOT)\bin\JavaScriptCore.resources\*" "$(DSTROOT)\AppleInternal\bin\JavaScriptCore.resources" /e/v/i/h/y 34 34 -mkdir "$(DSTROOT)\AppleInternal\Sources\JavaScriptCore" 35 xcopy "$(OBJROOT)\obj\JavaScriptCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources\ WebCore" /e/v/i/h/y35 xcopy "$(OBJROOT)\obj\JavaScriptCore\DerivedSources\*" "$(DSTROOT)\AppleInternal\Sources\JavaScriptCore" /e/v/i/h/y
Note:
See TracChangeset
for help on using the changeset viewer.