|
|
|
|
|
|
|
|
|
|
|
Re: Microsoft C++ and CDT [message #107336 is a reply to message #106884] |
Wed, 23 June 2004 08:13  |
Eclipse User |
|
|
|
Originally posted by: me.privacy.net
On Sun, 20 Jun 2004 12:19:35 +0200, user@domain.invalid wrote:
>T Leathley wrote:
>> Microsoft has released their complete C++ command line compiler toolkit for
>> a free download:
>>
>> http://msdn.microsoft.com/visualc/vctoolkit2003/
>>
>> Is it theoretically possible that this could be made to work with Eclipse
>> and CDT on Win32?
>>
>> Enquiring minds want to know.
>>
>>
>I was able to make it compile by replacing g++ with cl in project
>properties and cutting almost all options (are some of them that you can
>not cut like O0) but I have problem with the dependencies, by default
>CDT is using the same program for compiling for computing the
>dependencies (.d files). I took a look in the source code of CDT and I
>found that is existing an indexer DefaultIndexerDependencyCalculator
>that can be used instead of DefaultGCCDependencyCalculator but I don't
>know how to activate it. Can somebody help me with this?
What's about the following idea:
Have an Standard C++ Project (instead of Managed C++ Project)
and write your own Makefile with
cl and the other M$ tools for compiling linking etc.
and gcc -M for calculating the dependecies
HTH, regards Carsten
|
|
|
Powered by
FUDForum. Page generated in 0.06901 seconds