achellies的马甲

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  1 随笔 :: 0 文章 :: 0 评论 :: 0 Trackbacks

2011年5月26日 #

General:

Output Directory: 

$(SolutionDir)$(PlatformName)\$(ConfigurationName)

Intermediate Directory: 

$(OutDir)\obj\$(ProjectName)

 

Librarion\Linker: 

Output File:

 $(OutDir)\lib\$(ProjectName).dll

Additional Library Directories: 

$(OutDir)\lib\

Import Library: 

$(OutDir)\lib\$(ProjectName).dll

 

Build Events:

Post-Build Event:

echo off

mkdir "$(SolutionDir)Bin"

copy "$(OutDir)\lib\$(ProjectName).dll" "$(SolutionDir)Bin\$(ProjectName).dll"

echo off

posted @ 2011-05-26 16:39 achellies 阅读(358) | 评论 (0)编辑 收藏

仅列出标题