Commit Graph

9 Commits

Author SHA1 Message Date
TheQwertiest 5696a5abba Added ability to specify target in `meson compile` 2020-06-29 19:54:38 +03:00
TheQwertiest 4d0233540f Added ability to pass arguments to backend in `meson compile` 2020-06-28 18:13:49 -04:00
Igor Raits d6c6b933c4 mcompile: Add --verbose mode
Closes: https://github.com/mesonbuild/meson/issues/7352
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-06-21 23:49:39 +03:00
TheQwertiest 1d02fd924b mcompile: removed unneeded imports 2020-05-26 13:45:03 -04:00
TheQwertiest 4b6471f1d5 mcompile: detect_ninja 2020-05-26 13:45:03 -04:00
TheQwertiest 7c2f9e2b57 mcompile: replaced intro with cdata + extracted code to funcs 2020-05-26 13:45:03 -04:00
TheQwertiest b9c9024e84 mcompile: replaced backend divination code + cleanup 2020-05-26 13:45:03 -04:00
Nirbheek Chauhan 04ed3810ed mcompile: Use the current dir if unspecified
With this running `meson compile` inside the builddir actually works,
and you don't have to do `meson compile -C .`

Clearly this was the intent since the option already has `default='.'`
2020-04-08 23:44:31 +03:00
Dylan Baker 1210a67f66 mesonbuild: Add mcompile command
This is tested working with both msbuild and ninja/samu. Since our xcode
support is pretty much broken I didn't bother.

Fixes #6670
2020-03-04 14:07:27 -05:00