1 Star 3 Fork 0

xyry / XEngine_Apps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
VSClean.bat 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
qyt 提交于 2023-04-12 09:30 . update:match xengine v8.3 and linux test
@echo Off
del /s /a *.ncb *.so *.o *.db *.exe *.dylib *.plist *.aac *.pcm *.264
FOR /R . %%d IN (.) DO rd /s /q "%%d\Release" 2>nul
FOR /R . %%d IN (.) DO rd /s /q "%%d\x64" 2>nul
FOR /R . %%d IN (.) DO rd /s /q "%%d\Debug" 2>nul
FOR /R . %%d IN (.) DO rd /s /q "%%d\ipch" 2>nul
rem If the Properties directory is empty, remove it
FOR /R . %%d in (.) do rd /q "%%d\Properties" 2> nul
C/C++
1
https://gitee.com/xyry/xengine_apps.git
git@gitee.com:xyry/xengine_apps.git
xyry
xengine_apps
XEngine_Apps
master

搜索帮助