1 Star 1 Fork 2

setoutsoft / soui.backup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cpy-cfg.pri 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
CONFIG(LIB_ALL){
system(copy "config\options\liball.h" "config\core-def.h")
}
else{
CONFIG(LIB_SOUI){
system(copy "config\options\lib.h" "config\core-def.h")
}
else{
system(copy "config\options\dll.h" "config\core-def.h")
}
}
!LIB_ALL:!COM_LIB{
system(copy "config\options\com-dll.h" "config\com-def.h")
}
else{
system(copy "config\options\com-lib.h" "config\com-def.h")
}
C++
1
https://gitee.com/setoutsoft/soui.backup.git
git@gitee.com:setoutsoft/soui.backup.git
setoutsoft
soui.backup
soui.backup
master

搜索帮助