Skip to content

Commit 286fc80

Browse files
committed
修正ydfont的生成路径错误的问题
1 parent 2038af7 commit 286fc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Development/Editor/Plugin/WE/YDFont/YDFont.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
<PropertyGroup Label="UserMacros" />
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4343
<LinkIncremental>true</LinkIncremental>
44-
<OutDir>$(WEPluginBin)</OutDir>
44+
<OutDir>$(WEPluginBin)\YDFont</OutDir>
4545
<IntDir>$(WEPluginObj)</IntDir>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
4848
<LinkIncremental>false</LinkIncremental>
49-
<OutDir>$(WEPluginBin)</OutDir>
49+
<OutDir>$(WEPluginBin)\YDFont</OutDir>
5050
<IntDir>$(WEPluginObj)</IntDir>
5151
</PropertyGroup>
5252
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

0 commit comments

Comments
 (0)