提交 18ed87cd 编写于 作者: T tanghai

mac下命令行编译

上级 f00711e9
......@@ -44,3 +44,5 @@ _ReSharper.CSharp/
/Unity/Assets/StreamingAssets/
/netcoreapp2.0
/Unity/Assets/StreamingAssets.meta
.DS_Store
Server/.DS_Store
#!/bin/bash
xbuild ./Server/Server.sln
cd Bin
dotnet msbuild ./Server/Server.sln
cd netcoreapp2.0
cmake ../
make
\ No newline at end of file
......@@ -7,7 +7,7 @@ then
exit 9
fi
xbuild ./Server/Server.sln
dotnet msbuild ./Server/Server.sln
cd netcoreapp2.0
cmake ..
make
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册