DoubleTen

导航

Post build steps

Eclipse + cdt + MinGW

windows中使用copy命令方法:

cmd /c copy ${BuildArtifactFileBaseName}.* ${WorkspaceDirPath}\TargetPath\\${ConfigName}\
TargetPath为工作空间下的目标目录
在windows下路径分隔符\同时也为转移字符,所以这里需要\\ ,之后的$才会作为变量引用的前缀符。

posted on 2011-02-19 16:44  DoubleTen  阅读(430)  评论(0)    收藏  举报