基于 IAR 修改工程名称

There are 7 steps:

  1. changed the name of .ewd file to your name;
  2. changed the name of .ewp file to your name;
  3. changed the name of .eww file to your name;
  4. changed the name of .dep file to your name;
  5. delete the.sfr file;
  6. open the .dep file with txt tool.
  7. changed  and saved the name of .ewp in the in the file of <?xml version="1.0" encoding="iso-8859-1"?>

    <workspace>   <project>     <path>$WS_DIR$yourNewName..ewp</path>   </project>   <batchBuild/> </workspace>

  8. End and Completed! Thanks.
原文地址:https://www.cnblogs.com/lumao1122-Milolu/p/7904005.html