Hello,
The following pre-build step command is not removing the Debug directory:
rmdir /S /Q .\UnitTest\Debug
The Build shows the command the following output,
**** Build of configuration Debug for project Test1 ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k -q main-build
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k pre-build main-build
rmdir .\UnitTest\Debug
' '
Is there any way for me to know why the rmdir command didn't work?
Stephen