Re: Extremely long build times
- From: "José León Serna (qadram software)" <support@xxxxxxxxxx>
- Date: Tue, 31 Jul 2007 20:02:46 +0200
Nikos Bakolas escribió:
Brian Moelk wrote:Check about your PLATFORM environment variable, in Delphi 2007 MS Build is used, I use a Media Center edition, and that variable is defined by default as "MCD" and you can find things like this on the .droj filesOr another typical culprit: anti-virus software.
We did all test builds on a machine without anti-virus software. We have even uninstalled the Tortoise SVN client, in case that was the cause of our problem.
Regards,
Nikos & Stavros
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Version>7.0</Version>
<DCC_Define>DEBUG</DCC_Define>
<DCC_MapFile>3</DCC_MapFile>
</PropertyGroup>
It seems AnyCPU doesn't include MCD, so check for your value, in my system, setting PLATFORM to AnyCPU fixed the problem, the compilation was really, really slow and now everything works well.
I hope it helps.
Regards
--
José León
qadram software
VCL for PHP opensource project
http://www.qadram.com/vcl4php
C/Juan Ramón Jiménez, 15 Entlo. 2
03203 Elche ALICANTE (SPAIN)
T: +34 965 45 48 48
F: +34 965 45 48 48
M: +34 618 28 13 69
http://www.qadram.com
.
- References:
- Extremely long build times
- From: Stavros Papadopoulos
- Re: Extremely long build times
- From: Nick Hodges (CodeGear)
- Re: Extremely long build times
- From: Brian Moelk
- Re: Extremely long build times
- From: Nikos Bakolas
- Extremely long build times
- Prev by Date: Re: Extremely long build times
- Next by Date: Re: Extremely long build times
- Previous by thread: Re: Extremely long build times
- Next by thread: Re: Extremely long build times
- Index(es):