Initial commit with project skeleton

This commit is contained in:
Robbert van der Helm
2020-02-03 14:13:43 +01:00
commit f1a95ded2f
8 changed files with 408 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[binaries]
c = 'winegcc'
cpp = 'wineg++'
ar = 'ar'
strip = 'strip'
[properties]
c_args=['-m64']
cpp_args=['-m64']
cpp_link_args=['-m64', '-mwindows']
needs_exe_wrapper = true
[host_machine]
system = 'linux'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'