Changeset 42016 in webkit for trunk/JavaScriptCore
- Timestamp:
- Mar 26, 2009, 2:28:09 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r41999 r42016 1 2009-03-26 Adam Roben <[email protected]> 2 3 Copy testapi.js to $WebKitOutputDir on Windows 4 5 Part of Bug 24856: run-javascriptcore-tests should run testapi on 6 Windows 7 <https://bugs.webkit.org/show_bug.cgi?id=24856> 8 9 This matches what Mac does, which will help once we enable running 10 testapi from run-javascriptcore-tests on Windows. 11 12 Reviewed by Steve Falkenburg. 13 14 * JavaScriptCore.vcproj/testapi/testapi.vcproj: Copy testapi.js next 15 to testapi.exe. 16 1 17 2009-03-25 Oliver Hunt <[email protected]> 2 18 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/testapi/testapi.vcproj
r35345 r42016 90 90 <Tool 91 91 Name="VCPostBuildEventTool" 92 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed" "92 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

xcopy /y /d "$(ProjectDir)\..\..\API\tests\testapi.js" "$(OutDir)"" 93 93 /> 94 94 </Configuration> … … 167 167 <Tool 168 168 Name="VCPostBuildEventTool" 169 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed" "169 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

xcopy /y /d "$(ProjectDir)\..\..\API\tests\testapi.js" "$(OutDir)"" 170 170 /> 171 171 </Configuration> … … 243 243 <Tool 244 244 Name="VCPostBuildEventTool" 245 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed" "245 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

xcopy /y /d "$(ProjectDir)\..\..\API\tests\testapi.js" "$(OutDir)"" 246 246 /> 247 247 </Configuration>
Note:
See TracChangeset
for help on using the changeset viewer.