first commit

This commit is contained in:
bing
2026-04-03 11:32:07 +08:00
commit 003be19522
1142 changed files with 185854 additions and 0 deletions

6
tools/_clean_debug.bat Normal file
View File

@@ -0,0 +1,6 @@
cd "./debug/"
del /F /S /Q "./*.*"
cd "../lib/"
del /F /S /Q "./QxOrmd.*"
cd "../"
del /F /S /Q "./vc90.pdb"