1 Star 2 Fork 2

明天的明天/Box2DSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CopyToUnityTestbed.bat 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zonciu Liang 提交于 2020-12-16 01:50 . test: update Unity test
@echo off
set rootPath=%cd%
rmdir /s /q "%cd%\test\UnityTest\Assets\Box2DSharp"
xcopy /s /y /q "%cd%\src" "%cd%\test\UnityTest\Assets\Box2DSharp\Box2DSharp\"
xcopy /s /y /q "%cd%\test\Testbed.Abstractions" "%cd%\test\UnityTest\Assets\Box2DSharp\Testbed.Abstractions\"
xcopy /s /y /q "%cd%\test\Testbed.TestCases" "%cd%\test\UnityTest\Assets\Box2DSharp\Testbed.TestCases\"
cd "%cd%\test\UnityTest\Assets\Box2DSharp"
for /d /r . %%d in (bin,obj) do @if exist "%%d" rd /s/q "%%d"
cd %rootPath%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mtdmt/Box2DSharp.git
git@gitee.com:mtdmt/Box2DSharp.git
mtdmt
Box2DSharp
Box2DSharp
master

搜索帮助