Skip to content

Commit

Permalink
修正ydfont的生成路径错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Sep 1, 2013
1 parent 2038af7 commit 286fc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Development/Editor/Plugin/WE/YDFont/YDFont.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(WEPluginBin)</OutDir>
<OutDir>$(WEPluginBin)\YDFont</OutDir>
<IntDir>$(WEPluginObj)</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(WEPluginBin)</OutDir>
<OutDir>$(WEPluginBin)\YDFont</OutDir>
<IntDir>$(WEPluginObj)</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down

0 comments on commit 286fc80

Please sign in to comment.