|
Use different output directories when building using the Visual Studion solution.The different Visual Studio solutions for building for the different architures ia32, x64 and arm (simulator) now use separate output directories. Debug/Release for ia32, Debug64/Release64 for x64 and DebugArm/ReleaseArm for arm (simulator).It was required to duplicate all the project files for arm to avoid output from ia32 and arm to get mixed.
Committed: http://code.google.com/p/v8/source/detail?r=2835
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+737 lines, -7 lines) |
Patch |
|
M |
tools/visual_studio/arm.vsprops
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/visual_studio/common.vsprops
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
A |
tools/visual_studio/d8_arm.vcproj
|
View
|
|
1 chunk |
+199 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/visual_studio/ia32.vsprops
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/visual_studio/v8_arm.sln
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A |
tools/visual_studio/v8_arm.vcproj
|
View
|
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/visual_studio/v8_cctest_arm.vcproj
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
tools/visual_studio/v8_process_sample_arm.vcproj
|
View
|
|
1 chunk |
+151 lines, -0 lines |
0 comments
|
Download
|
|
A |
tools/visual_studio/v8_shell_sample_arm.vcproj
|
View
|
|
1 chunk |
+151 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/visual_studio/x64.vsprops
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|