Changeset c63c2bb in mainline
- Timestamp:
- 2023-10-22T13:57:54Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4a42661
- Parents:
- aaafcc8
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-08-04 09:22:05)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 13:57:54)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
raaafcc8 rc63c2bb 36 36 [ 'c', 'cpp' ], 37 37 default_options : ['buildtype=plain', 'c_std=gnu11', 'cpp_std=c++17', 'warning_level=2', 'werror=false', 'b_staticpic=false', 'prefix=/' ], 38 meson_version: '>=0.5 0.1',38 meson_version: '>=0.55.0', 39 39 ) 40 40 -
meson/part/extra_targets/meson.build
raaafcc8 rc63c2bb 34 34 '--', 35 35 meson.build_root(), 36 config_py. path(),36 config_py.full_path(), 37 37 meson.source_root() / 'HelenOS.config', 38 38 meson.source_root() / 'defaults', … … 51 51 '--', 52 52 meson.build_root(), 53 config_py. path(),53 config_py.full_path(), 54 54 meson.source_root() / 'HelenOS.config', 55 55 meson.source_root() / 'defaults', … … 77 77 '--', 78 78 meson.source_root() / 'doxygen', 79 doxygen. path(),79 doxygen.full_path(), 80 80 _dox_cfg, 81 81 ])
Note:
See TracChangeset
for help on using the changeset viewer.