[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: win32 distributed compilling issues
From: |
David Sugar |
Subject: |
Re: win32 distributed compilling issues |
Date: |
Tue, 29 Jun 2004 11:31:10 -0400 |
User-agent: |
KMail/1.6.2 |
What you suggest here is correct. Maybe we can do that for the next release.
On Friday 25 June 2004 02:02 pm, Andrey Kulikov wrote:
> Version 2.1.1 of cc++ (and previous versions) in win32 VC
> project-files have the same value for "Intermediate Directory"
> property for both projects (ccgnu2 and ccext2) by default.
>
> It produces imposible to compile it with distributed-compilation tool
> like IncrediBuild.
>
> Solution: specify different "Intermediate Directory" for projects.
> For example:
>
> ccgnu Debug: "Intermediate Directory" = .\Debug_gnu
> ccgnu Release: "Intermediate Directory" = .\Release_gnu
> ccext Debug: "Intermediate Directory" = .\Debug_ext
> ccext Release: "Intermediate Directory" = .\Release_ext