1 Star 0 Fork 36

y11en / Syscall Monitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean.bat 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
hzqst 提交于 2017-02-05 17:17 . no commit message
@echo off
del *.sdf
del *.VC.db
del /s *.aps
del /a:h *.suo
rmdir /s /q .vs
rmdir /s /q ipch
rmdir /s /q x64
rmdir /s /q Debug
rmdir /s /q Release
rmdir /s /q DdiMon\HyperPlatform\x64
rmdir /s /q DdiMon\HyperPlatform\Debug
rmdir /s /q DdiMon\HyperPlatform\Release
rmdir /s /q doxygen
del /s /q "bin32"
del /s /q "bin64"
pause
C++
1
https://gitee.com/yllen/Syscall-Monitor.git
git@gitee.com:yllen/Syscall-Monitor.git
yllen
Syscall-Monitor
Syscall Monitor
master

搜索帮助