<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=gb2312>
<META content="MSHTML 6.00.6001.18183" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" leftMargin=0 
topMargin=0 CanvasTabStop="true" name="Compose message area">
<DIV><FONT face=Calibri>-      COMMAND rm -f 
*${CMAKE_CXX_OUTPUT_EXTENSION}<BR>+      COMMAND del /Q 
*${CMAKE_CXX_OUTPUT_EXTENSION}</FONT></DIV>
<DIV><FONT face=Calibri></FONT> </DIV>
<DIV><FONT face=Calibri></FONT> </DIV>
<DIV><FONT face=Calibri>because rm -f is can be running on -ix system. and msys 
and cygwin system.</FONT></DIV>
<DIV><FONT face=Calibri>but the problem is rm -f can't be running on windows 
system.</FONT></DIV>
<DIV><FONT face=Calibri></FONT> </DIV>
<DIV><FONT face=Calibri>on windows operating system. only del /Q can be 
running?</FONT></DIV>
<DIV><FONT face=Calibri></FONT> </DIV>
<DIV><FONT face=Calibri>and cmake have a solution to this problem . That's 
${RM}</FONT></DIV>
<DIV><FONT face=Calibri></FONT> </DIV><FONT face=Calibri>
<DIV><BR># The command to remove a file.<BR>RM = D:\Tools\cmake\bin\cmake.exe -E 
remove -f</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>the cmake submit this variable to resolve this problem.</DIV>
<DIV>but i don't know how to use it.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></FONT></BODY></HTML>