Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Issue 199006: Use different output directories when building using the Visual Studion solution (Closed)

Created:
11 years, 3 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : '' #

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

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-03 10:10:53 UTC) #1
William Hesse
LGTM. Do you need all those empty <TOOL> sections?
11 years, 3 months ago (2009-09-07 10:19:11 UTC) #2
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-07 10:46:53 UTC) #3
On 2009/09/07 10:19:11, William Hesse wrote:
> LGTM.   Do you need all those empty <TOOL> sections?

Maybe not, but as fas as I remember Visual Studio will keep adding them if they
are not there. I will check it out.

Powered by Google App Engine
This is Rietveld 408576698