基于 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.

 

posted on 2017-11-27 14:39  Milo_lu  阅读(1098)  评论(0编辑  收藏  举报

导航