From 57a224f51d6c019e4ce5d75efb22f34a8330423e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 31 Jul 2020 07:26:11 +0000 Subject: Add Meson build system See https://mesonbuild.com --- .gitlab-ci/linux-mingw-w64-64bit.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitlab-ci/linux-mingw-w64-64bit.txt (limited to '.gitlab-ci') diff --git a/.gitlab-ci/linux-mingw-w64-64bit.txt b/.gitlab-ci/linux-mingw-w64-64bit.txt new file mode 100644 index 0000000..0535654 --- /dev/null +++ b/.gitlab-ci/linux-mingw-w64-64bit.txt @@ -0,0 +1,20 @@ +[host_machine] +system = 'windows' +cpu_family = 'x86_64' +cpu = 'x86_64' +endian = 'little' + +[properties] +c_args = [] +c_link_args = [] + +[binaries] +c = 'x86_64-w64-mingw32-gcc' +cpp = 'x86_64-w64-mingw32-g++' +ar = 'x86_64-w64-mingw32-ar' +ld = 'x86_64-w64-mingw32-ld' +objcopy = 'x86_64-w64-mingw32-objcopy' +strip = 'x86_64-w64-mingw32-strip' +pkgconfig = 'x86_64-w64-mingw32-pkg-config' +windres = 'x86_64-w64-mingw32-windres' +# exe_wrapper = 'wine64' \ No newline at end of file -- cgit v1.2.1