When rebuilding a debug target, make tries to exec the "rm" command.
When doing a release build, make correctly execs "del /s/q".
Console outputs:
"""
**** Full rebuild of configuration S60 2.6 Emulator Debug for project Test02 ****
make -k clean all
rm C:\Symbian\8.0a\S60_2nd_FP2_CW\EPOC32\DATA\Z\system\apps\Test02\Test02.aif .\src\Test02App.o .\src\Test02AppUi.o ...
.. etc...
"""
My developement environment:
- Windows XP Pro SP2, spanish version
- Carbide C++ Express
- Active Perl 5.6.1 build 638
- Series 60 2nd Ed. SDK, FP2 - supporting CodeWarrior



