Skip to content

Commit 84592c9

Browse files
author
liuyunlong
committed
* [win]modify mono lib path
1 parent 0c6d6ee commit 84592c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ScriptEngine/ScriptEngine.vcxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,26 @@
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7575
<LinkIncremental>true</LinkIncremental>
7676
<IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
77-
<LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath>
77+
<LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath>
7878
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
7979
<IntDir>$(Platform)\$(Configuration)\</IntDir>
8080
</PropertyGroup>
8181
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8282
<IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
83-
<LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath>
84-
<OutDir>$(ProjectDir)..\DemoProject\Export3\build\bin\DemoProject_Data\Plugins\</OutDir>
83+
<LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath>
84+
<OutDir>$(ProjectDir)..\DemoProject\Export\build\bin\DemoProject_Data\Plugins\</OutDir>
8585
</PropertyGroup>
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8787
<LinkIncremental>false</LinkIncremental>
8888
<IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
89-
<LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath>
89+
<LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath>
9090
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
9191
<IntDir>$(Platform)\$(Configuration)\</IntDir>
9292
</PropertyGroup>
9393
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
9494
<LinkIncremental>false</LinkIncremental>
9595
<IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
96-
<LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath>
96+
<LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath>
9797
<OutDir>$(ProjectDir)..\DemoProject\Export3\build\bin\DemoProject_Data\Plugins\</OutDir>
9898
</PropertyGroup>
9999
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -163,10 +163,10 @@
163163
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
164164
</ClCompile>
165165
<Link>
166-
<SubSystem>NotSet</SubSystem>
166+
<SubSystem>Windows</SubSystem>
167167
<EnableCOMDATFolding>true</EnableCOMDATFolding>
168168
<OptimizeReferences>true</OptimizeReferences>
169-
<GenerateDebugInformation>false</GenerateDebugInformation>
169+
<GenerateDebugInformation>true</GenerateDebugInformation>
170170
<AdditionalDependencies>mono-2.0-sgen.lib;%(AdditionalDependencies)</AdditionalDependencies>
171171
</Link>
172172
</ItemDefinitionGroup>

ScriptEngine/lib/mono-2.0-sgen.lib

272 KB
Binary file not shown.

0 commit comments

Comments
 (0)