-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 CMake 构建编译系统 #10
使用 CMake 构建编译系统 #10
Conversation
关于目标名称: |
关于 stdint.h Lines 18 to 22 in 471b90e
|
测试进度
|
支持编译 MinGW64 版本 需自行链接 libgdiplus 增加 CMake VC6 支持 增加编译指南 增加各版本 MSVC 支持 更新编译指南 改进判断逻辑 改进判断逻辑 更新编译指南 更新编译指南 修正笔误 更新编译指南 修改文件组织,增加 build_commands.sh build_commamds.sh 中增加 VS2019 支持 修正 build_commands.sh 中 VC6 编译命令 增加 VS2010 编译命令 统一库文件名称 删除旧的编译配置文件 将 build_commands 改为批处理脚本
修正 stdint.h 的引入逻辑 VC6 编译时报错
- 减少 ege.h 的 warning - 修改 EGE_DEPRECATE 的参数以符合描述
使用 "/Zl" 和 "/NODEFAULTLIB" 编译参数使 MSVC 库不引用 MSVCRT(d).lib
No description provided.