Commit Graph

54 Commits

Author SHA1 Message Date
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