瀏覽代碼

1.增加一键同步到linux脚本 Rsync.cmd
2.增加编译脚本

tanghai 9 年之前
父節點
當前提交
f2db1768a7
共有 3 個文件被更改,包括 7 次插入2 次删除
  1. 0 0
      Rsync.cmd
  2. 5 0
      Server/Build.sh
  3. 2 2
      Unity/Unity.CSharp.Editor.csproj

+ 0 - 0
Tools/cwRsync/Rsync.txt → Rsync.cmd


+ 5 - 0
Server/Build.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+xbuild ./Server.sln
+cd Bin/Debug/
+cmake ../..
+make

+ 2 - 2
Unity/Unity.CSharp.Editor.csproj

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -124,4 +124,4 @@
     <None Include="Assets\CSharp 6.0 Support\AsyncTools\Plugins\System.Threading.xml" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2015\UnityVS.CSharp.targets" />
-</Project>
+</Project>