Tags: cppp-project/cppp-platform
Tags
1.更新了GNU Make规则
2.完善了README.md文档,添加了多种生成方式的说明和使用手册的链接
3.添加了使用手册文档
4.完善了Windows下make.cmd的生成方式
5.将lparchs中__arch_xxx__和__arch__的值改为数字,方便预处理判断
6.优化了lparchs宏的实现逻辑,避免某些编译器出错
7.将lpcomps中的__has_acc__改为__has_acc_compiler__,统一命名
8.删除lpstds的__has_c89__,因为它是世界上C语言的第一个标准,标准C语言都支持
8.添加了Python版本的生成规则
9.添加了MS-DOS下的生成方式
修改: Makefile
修改: README.md
新文件: doc/archs.md
新文件: doc/compilers.md
新文件: doc/doc.md
新文件: doc/platforms.md
新文件: doc/stds.md
修改: make.cmd
修改: src/lparchs.h
修改: src/lpcomps.h
修改: src/lpplat.h
修改: src/lpstds.h
新文件: tools/build.py
新文件: tools/dos-make.bat
1.0.0 modified: .gitignore modified: LICENSE new file: Makefile modified: README.md new file: include/end.h new file: include/lparchs.h new file: include/lpcomps.h new file: include/lpplat.h new file: include/lpstds.h new file: include/title.h new file: src/lpcomps_make.py new file: src/make.py