compilation tools [message #64639] |
Tue, 18 March 2003 03:06  |
Eclipse User |
|
|
|
Originally posted by: mseffar.actia.fr
hello,
would it be possible to use other compilation tools than GNU Tools or is
CDT pre-configured for these tools?
thanks
|
|
|
Re: compilation tools [message #65418 is a reply to message #64639] |
Thu, 27 March 2003 15:51  |
Eclipse User |
|
|
|
write the makefile specific to your toolchain and change the
default build command to the make command it uses, i believe.
though i.e. for MSVC change all ifdef, ifeq and the tools macros
like CC MAKE etc. to !IF and !ELSIF, cl.exe, nmake.exe and link.exe,
also the tool-options need to be adapted to MSVC or copy a sample
makefile from msvc and call that makefile with nmake.
this should work, although i haven't tested it yet.
kesselhaus
m. seffar schrieb:
> hello,
>
> would it be possible to use other compilation tools than GNU Tools or is
> CDT pre-configured for these tools?
>
> thanks
>
|
|
|
Powered by
FUDForum. Page generated in 0.03543 seconds