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

📄 configwin.bat

📁 QCA的OPENSSL模块
💻 BAT
字号:
@echo offREM write conf_win.priif "%1"=="rd" goto debug_and_releaseif "%1"=="r" goto releaseif "%1"=="d" goto debugif "%1"=="rds" goto debug_and_release_staticif "%1"=="rs" goto release_staticif "%1"=="ds" goto debug_staticgoto usage:usageecho usage: configwin [mode]echo modes:echo   rd          release and debug, dynamicecho   r           release, dynamicecho   d           debug, dynamicecho   rds         release and debug, staticecho   rs          release staticecho   ds          debug staticgoto end:debug_and_releaseecho Configuring for release and debug, dynamicecho CONFIG += debug_and_release build_all > conf_win.prigoto done:releaseecho Configuring for release, dynamicecho CONFIG += release > conf_win.prigoto done:debugecho Configuring for debug, dynamicecho CONFIG += debug > conf_win.prigoto done:debug_and_release_staticecho Configuring for release and debug, staticecho CONFIG += debug_and_release build_all staticlib > conf_win.prigoto done:release_staticecho Configuring for release, staticecho CONFIG += release staticlib > conf_win.prigoto done:debug_staticecho Configuring for debug, staticecho CONFIG += debug staticlib > conf_win.prigoto done:doneecho Wrote conf_win.pri:end

⌨️ 快捷键说明

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