Another option: On vista, you can also use "mklink /D /J <link> <target dir>" to create a soft link from one directory to another. I create a link for Debug and Release to a directory on another drive. It seems to work fine for me. On Mon, Apr 27, 2009 at 5:53 PM, Glen Murphy <[email protected]> wrote:
> > If you wish to build somewhere other than your source tree (because > you want to rsync it without worrying about exclusions, or you have a > second drive with incredible write-speed), you can do it by changing a > few files. > > In the following examples, I replaced "$(SolutionDir)" in the > specified properties with "c:\output\", and kept whatever followed. > > in /build/common.gypi > change OutputDirectory > > run "gclient runhooks --force" > > in /build/internal/essential.vsprops: > change OutputDirectory, IntermediateDirectory, > DefaultOutputDirectory and DefaultIntermediateDirectory > > in /gears/gears.vcproj > change OutputDirectory > > in /src/third_party/tcmalloc.vcproj > change OutputDirectory > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
