bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

win32 distributed compilling issues


From: Andrey Kulikov
Subject: win32 distributed compilling issues
Date: Fri, 25 Jun 2004 22:02:24 +0400

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


-- 
Best regards,
 Andrey                            mailto:address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]