📄 build.bat
字号:
cd CSProject
del *.dll
call build.bat
cd ..
cd VBProject
del *.dll
call build.bat
cd ..
cd HTMLDefinition
del *.dll
call build.bat
cd ..
cd XMLDefinition
del *.dll
call build.bat
cd ..
cd ResourceEdit
del *.dll
call build.bat
cd ..
cd ObjectBrowser
del *.dll
call build.bat
cd ..
copy CSProject\*.dll ..\modules\CS
copy CSProject\*.xml ..\modules\CS
copy VBProject\*.dll ..\modules\VB
copy VBProject\*.xml ..\modules\VB
copy HTMLDefinition\*.dll ..\modules\HTML
copy HTMLDefinition\*.xml ..\modules\HTML
copy XMLDefinition\*.dll ..\modules\XML
copy XMLDefinition\*.xml ..\modules\XML
copy ResourceEdit\*.dll ..\modules\ResEdit
copy ResourceEdit\*.png ..\modules\ResEdit
copy ResourceEdit\*.xml ..\modules\ResEdit
copy ObjectBrowser\*.dll ..\modules\ObjBrowser
copy ObjectBrowser\*.xml ..\modules\ObjBrowser
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -