mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
调整对于Linux打包的支持
调整对于Linux打包的支持
This commit is contained in:
@@ -21,15 +21,15 @@
|
||||
"Comment": "Excel配置文件根目录"
|
||||
},
|
||||
"ExcelVersionFile": {
|
||||
"Value": ".../../../Config/Excel/Version.txt",
|
||||
"Value": ".../../../../../Config/Excel/Version.txt",
|
||||
"Comment": "Excel版本文件的位置"
|
||||
},
|
||||
"ExcelServerFileDirectory": {
|
||||
"Value": "../../Server/Hotfix/Generate/ConfigTable/Entity/",
|
||||
"Value": "../../../Config/Server/Entity/",
|
||||
"Comment": "Excel生成服务器代码的文件夹位置"
|
||||
},
|
||||
"ExcelClientFileDirectory": {
|
||||
"Value": "../../Client/Unity/Assets/Scripts/Hotfix/Generate/ConfigTable/Entity/",
|
||||
"Value": "../../../Config/Client/Entity/",
|
||||
"Comment": "Excel生成客户端代码文件夹位置"
|
||||
},
|
||||
"ExcelServerBinaryDirectory": {
|
||||
@@ -37,7 +37,7 @@
|
||||
"Comment": "Excel生成服务器二进制数据文件夹位置"
|
||||
},
|
||||
"ExcelClientBinaryDirectory": {
|
||||
"Value": "../../Client/Unity/Assets/Bundles/Config/",
|
||||
"Value": "../../Config/Client/Binary/",
|
||||
"Comment": "Excel生成客户端二进制数据文件夹位置"
|
||||
},
|
||||
"ExcelServerJsonDirectory": {
|
||||
|
@@ -1,2 +1,2 @@
|
||||
|
||||
' 127.0.0.1 127.0.0.1" 127.0.0.1(<28><>
|
||||
!0.0.0.00.0.0.0"0.0.0.0(<28><>
|
Binary file not shown.
12
DotNet/ThirdParty/ThirdParty.csproj
vendored
12
DotNet/ThirdParty/ThirdParty.csproj
vendored
@@ -51,29 +51,29 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="..\..\Assets\TEngine\Plugins\MacOS\x86_64\libRecastDll.dylib">
|
||||
<Link>runtimes\osx\native\libRecastDll.dylib</Link>
|
||||
<Link>libRecastDll.dylib</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\..\Assets\TEngine\Plugins\x86_64\libRecastDll.so">
|
||||
<Link>runtimes\linux\native\libRecastDll.so</Link>
|
||||
<Link>libRecastDll.so</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="..\..\Assets\TEngine\Plugins\x86_64\RecastDll.dll">
|
||||
<Link>runtimes\win\native\RecastDll.dll</Link>
|
||||
<Link>RecastDll.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
<Content Include="KCPLibrary\kcp.dylib">
|
||||
<Link>runtimes\osx\native\kcp.dylib</Link>
|
||||
<Link>kcp.dylib</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="KCPLibrary\kcp.dll">
|
||||
<Link>runtimes\win\native\kcp.dll</Link>
|
||||
<Link>kcp.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
<Content Include="KCPLibrary\kcp.so">
|
||||
<Link>runtimes\linux\native\kcp.so</Link>
|
||||
<Link>kcp.so</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
|
Reference in New Issue
Block a user