[LLVMdev] VS2005 patch

Jeff Cohen jeffc at jolt-lang.org
Fri Jan 27 14:13:37 PST 2006


_CRT_SECURE_NO_DEPRECATE is new for VS2005.  Nothing I can do with it in 
VS2003.

Morten Ofstad wrote:

> Jeff Cohen wrote:
>
>> The project files need frequent updating.  I cannot maintain VS2005 
>> project files, so while they could be distributed with LLVM, they 
>> will become broken fast.  Also, VS2003 and VS2005 project and 
>> solution files cannot coexist in the same directories, further 
>> complicating matters.
>
>
> The VS2003 project files convert without problems -- you might want to 
> add in a property sheet (using the new property manager) that defines 
> _CRT_SECURE_NO_DEPRECATE, though. Actually the VS2005 project files 
> are XML and not that different from the VS2003 files, so just using 
> CVS you will pick up any changes to the VS2003 files. In conclusion 
> there is no need for separate VS2005 project files.
>
> m.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>




More information about the llvm-dev mailing list