1 Star 0 Fork 48

power / NoahGameFrame

forked from kytooooo / NoahGameFrame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cleaner.bat 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
kytooooo 提交于 2017-03-01 19:40 . add cleaner
@echo off
echo cleaning......
echo *.aps *.idb *.ncp *.obj *.pch *.tmp *.sbr
echo *.tmp *.pdb *.bsc *.ilk *.res *.ncb *.opt
echo *.suo *.manifest *.dep
del /f /q /s *.aps
del /f /q /s *.idb
del /f /q /s *.ncp
del /f /q /s *.obj
del /f /q /s *.pch
del /f /q /s *.tmp
del /f /q /s *.sbr
del /f /q /s *.pdb
del /f /q /s *.bsc
del /f /q /s *.ilk
del /f /q /s *.res
del /f /q /s *.ncb
del /f /q /s *.opt
del /f /q /s *.suo
del /f /q /s *.dep
del /f /q /s *.manifest
echo done!
echo. & pause
C++
1
https://gitee.com/bxiang/NoahGameFrame.git
git@gitee.com:bxiang/NoahGameFrame.git
bxiang
NoahGameFrame
NoahGameFrame
master

搜索帮助