Resolve "Native C: 关于ABI宏的问题"
Closes #424 方案:
- 通过Reduce Action global_file_generator, 生成export_macros.h文件。
- 所有生成NC文件(包括STL)头文件均添加export_macros.h
- 所有生成NC接口(包括STL),均添加CPP2X_ABI宏
其他:重构了一下global_file_generator_action.py文件,将原字符串模板文件均移动到src\codegen\reduce_actions\global_file_templates目录中
Edited by mingfa.yang