![]() |
【转帖】如何设置编译后的dll文件输出位置
在Project->Properties->build events->post build events 里的command line添加如下代码:
copy "$(OutDir)"\"$(TargetName)".ocx C:\winnt\system32 regsvr32 /s C:\winnt\system32\"$(TargetName)".ocx |
回复: 【转帖】如何设置编译后的dll文件输出位置
for example:
copy ..\..\netlib\ipcommandsd.LIB ..\..\netdebug copy ..\..\netdll\ipcommandsd.DLL ..\..\netdebug note: cmd命令区分斜杠,不识别"/" |
| 所有的时间均为北京时间。 现在的时间是 06:24 PM. |