Changeset 27812 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 15, 2007, 10:39:19 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r27810 r27812 1 2007-11-15 Steve Falkenburg <[email protected]> 2 3 Windows build fix. 4 5 * JavaScriptCore.vcproj/JavaScriptCore.make: 6 1 7 2007-11-14 Alexey Proskuryakov <[email protected]> 2 8 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.make
r25791 r27812 10 10 set WebKitOutputDir=$(OBJROOT) 11 11 devenv "JavaScriptCoreSubmit.sln" /rebuild $(BUILDSTYLE) 12 xcopy "$(OBJROOT)\bin\*" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y13 12 xcopy "$(OBJROOT)\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y 14 13 xcopy "$(OBJROOT)\lib\*" "$(DSTROOT)\AppleInternal\lib\" /e/v/i/h/y
Note:
See TracChangeset
for help on using the changeset viewer.