由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问visual studio里怎么能自动加一个文件到project里?
相关主题
问个visual studio的project土问题一个WinXP下的qt3小问题
VISUAL STUDIO 2005 输出窗口(output) 怎么找不到?Microsoft Visual Studio Expression edition 是万全free的吗?
visual studio 2005怎么code profiling?如何让visual studio缺省以\n结束,而不是以\r\n结束
问个DLL调用问题how to create an interface file in a Visual C++ project
exe file compild by C++ cannot be run by another computervisual studio版本
A Version problem of Visual StudioVisual Studio Express是免费的么?
How can I find if sp1 is installed for my visual studio 200Visual Studio有木这个功能?
请问 哪里有下microsoft visual studio 2005啊?熟悉visual studio的朋友请帮一下忙
相关话题的讨论汇总
话题: project话题: 能自话题: 动加话题: 文件话题: batch
进入Programming版参与讨论
1 (共1页)
w***n
发帖数: 1137
1
我想把一个文件编译后的目标文件加到project里,但是每次都得手动添加,有没有什
么办法能够自动添加的?多谢了
w***n
发帖数: 1137
2
re!

【在 w***n 的大作中提到】
: 我想把一个文件编译后的目标文件加到project里,但是每次都得手动添加,有没有什
: 么办法能够自动添加的?多谢了

B****y
发帖数: 791
3
First write a batch to add the file to project.
In proj properties, there is a setting for Build Event. You can add a
command (batch) after compile or link.
w***n
发帖数: 1137
4
thanks, have to do some research to know how to write a batch file to add a
file
into project.

【在 B****y 的大作中提到】
: First write a batch to add the file to project.
: In proj properties, there is a setting for Build Event. You can add a
: command (batch) after compile or link.

1 (共1页)
进入Programming版参与讨论
相关主题
熟悉visual studio的朋友请帮一下忙exe file compild by C++ cannot be run by another computer
visual studio 2008学校哪里下载?A Version problem of Visual Studio
Visual Studio 2008How can I find if sp1 is installed for my visual studio 200
关于MFC:问个愚蠢的问题请问 哪里有下microsoft visual studio 2005啊?
问个visual studio的project土问题一个WinXP下的qt3小问题
VISUAL STUDIO 2005 输出窗口(output) 怎么找不到?Microsoft Visual Studio Expression edition 是万全free的吗?
visual studio 2005怎么code profiling?如何让visual studio缺省以\n结束,而不是以\r\n结束
问个DLL调用问题how to create an interface file in a Visual C++ project
相关话题的讨论汇总
话题: project话题: 能自话题: 动加话题: 文件话题: batch