Hi John,
We have also extended the MBS
for a custom tool chain.
We usually ship Mingw/Cygwin
rm, make, echo etc. utilities with our plug-ins.
You only have to ship
additional dependent libraries with them of course.
Regards,
Rekha
------Original
Message-------
Date: Thu, 25 May 2006
13:39:02 +0100
From: John MOULE
<john.moule@xxxxxx>
Subject: [cdt-debug-dev] MBS
cleanCommand for win32
To: CDT Debug developers
list <cdt-debug-dev@xxxxxxxxxxx>
Message-ID:
<4475A566.3090409@xxxxxx>
Content-Type: text/plain;
charset=ISO-8859-1; format=flowed
Hi,
I have created an MBS plugin
for use with a custom toolset on multiple
host platforms. On win32
platforms customers do not have access to "rm"
or cygwin and we ship our
own "make". My plugin.xml target for win32 is
specified thus:
cleanCommand="del
/f /q "
When Eclipse does a
"make clean" Windows complains with the following:
del /f /q
./helloworld.o helloworld
Invalid switch
- "helloworld.o".
because Windows thinks the
dot forward slash is a switch. Of course
this command works in a
command console if the object is quoted.
I've searched bugzilla but
couldn't find anything that seemed relevant.
Is there something I can
tinker with to place quotes around my files? Or
should this be an
enhancement request.
Any help gratefully
received.
Best rgds john