Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
v2.1.0更新
Browse files Browse the repository at this point in the history
- 更新python版本至3.10.6
- 提高了稳定性
  • Loading branch information
twoone3 committed Aug 19, 2022
1 parent 4f9903c commit ef28abf
Show file tree
Hide file tree
Showing 175 changed files with 10,080 additions and 6,712 deletions.
4 changes: 2 additions & 2 deletions BDSpyrunner.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<DelayLoadDLLs>bedrock_server.dll</DelayLoadDLLs>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalLibraryDirectories>lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>if exist ..\BDS\plugins (
Expand Down Expand Up @@ -107,7 +108,6 @@ copy $(OutputPath)$(ProjectName).pdb ..\BDS\plugins\$(ProjectName).pdb
<ClInclude Include="src\py_utils.h" />
</ItemGroup>
<ItemGroup>
<Library Include="Lib\python37.lib" />
<Library Include="SDK\Lib\bedrock_server_api.lib" />
<Library Include="SDK\Lib\bedrock_server_var.lib" />
<Library Include="SDK\Lib\LiteLoader.lib" />
Expand Down
3 changes: 0 additions & 3 deletions BDSpyrunner.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<Library Include="Lib\python37.lib">
<Filter>库文件</Filter>
</Library>
<Library Include="SDK\Lib\bedrock_server_api.lib">
<Filter>库文件</Filter>
</Library>
Expand Down
2 changes: 1 addition & 1 deletion SDK
Submodule SDK updated from 2ee36e to 4703d9
Loading

0 comments on commit ef28abf

Please sign in to comment.