On 6/7/23 08:47, Thomas Huth wrote:
We are not mixing C++ with C code anymore, the only remaining
C++ code in qga/vss-win32/ is used for a plain C++ executable.
Thus we can remove the hacks for linking C code with the C++ linker
now to simplify meson.build a little bit, and also to avoid that
some C++ code sneaks in by accident again.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
meson.build | 24 ++++++------------------
scripts/main.c | 1 -
qga/meson.build | 2 +-
3 files changed, 7 insertions(+), 20 deletions(-)
delete mode 100644 scripts/main.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>