diff --git a/build-wine32.txt b/build-wine32.txt new file mode 100644 index 00000000..00cf6cc8 --- /dev/null +++ b/build-wine32.txt @@ -0,0 +1,20 @@ +[binaries] +c = 'winegcc' +cpp = 'wineg++' +ar = 'ar' +strip = 'strip' +exe_wrapper = 'wine' + +[properties] +winelib = true + +c_args=['-m32'] +cpp_args=['-m32', '--no-gnu-unique'] +cpp_link_args=['-m32', '-mwindows'] + +[host_machine] +system = 'linux' +cpu_family = 'x86' +cpu = 'i686' +endian = 'little' +