⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.bat

📁 贡献一份commoncpp2,有兴趣的可以研究一下
💻 BAT
字号:
@echo offrem bootstrap framework when no pre-packaged setup.exe is availablerem we use a default configuration and copy the "debug" version of libsecho Bootstrapping Framework from Debugging Librariesif exist "C:\Program Files\GNU Telephony" goto commonecho Creating C:\Program Files\GNU Telephony...mkdir "C:\Program Files\GNU Telephony"mkdir "C:\Program Files\GNU Telephony\CAPE Framework"mkdir "C:\Program Files\GNU Telephony\CAPE Framework\Include"mkdir "C:\Program Files\GNU Telephony\CAPE Framework\Include\cc++"mkdir "C:\Program Files\GNU Telephony\CAPE Framework\Compat"mkdir "C:\Program Files\GNU Telephony\CAPE Framework\Import":commonif exist "C:\Program Files\Common Files\CAPE Framework" goto includeecho Creating C:\Program Files\Common Files\CAPE Framework...mkdir "C:\Program Files\Common Files\CAPE Framework"mkdir "C:\Program Files\Common Files\CAPE Framework\Common"mkdir "C:\Program Files\Common Files\CAPE Framework\Compat":includeecho Copying include files...copy /y ..\include\cc++\*.h "C:\Program Files\GNU Telephony\CAPE Framework\Include\cc++" >nulcopy /y cc++\config.h "C:\Program Files\GNU Telephony\CAPE Framework\Include\cc++" >nulcopy /y ..\src\getopt.h "C:\Program Files\GNU Telephony\CAPE Framework\Include" >nulif not exist debug6\ccext2.lib goto  importecho Copying compat import libs...copy /y debug6\cc*.lib "C:\Program Files\GNU Telephony\CAPE Framework\Compat" >nul:importif not exist debug\ccext2.lib goto compatecho Copying common import libs...copy /y debug\cc*.lib "C:\Program Files\GNU Telephony\CAPE Framework\Import" >nul:compatif not exist debug6\ccext2.dll goto runtimeecho Copying compat runtime files...copy /y debug6\cc*.dll "C:\Program Files\Common Files\CAPE Framework\Compat" >nul:runtimeif not exist debug\ccext2.dll goto finishecho Copying common runtime files...copy /y debug\cc*.dll "C:\Program Files\Common Files\CAPE Framework\Common" >nul:finishecho Updating registry...regedit /s common.reg

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -