File: windows-cross.ini

package info (click to toggle)
dynare 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 79,248 kB
  • sloc: cpp: 82,011; ansic: 28,583; objc: 12,573; yacc: 5,105; pascal: 2,374; lex: 1,502; python: 1,118; sh: 1,116; makefile: 605; lisp: 162; xml: 18
file content (21 lines) | stat: -rw-r--r-- 553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Meson cross file for targeting Windows from Linux
# NB: The boost_root property must be set, possibly through a second cross file

[binaries]
cpp = 'x86_64-w64-mingw32ucrt-g++'
strip = 'x86_64-w64-mingw32ucrt-strip'

[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'

[built-in options]
prefer_static = true

# See the comments in the main Dynare Meson cross-file
cpp_args = [ '-march=nocona', '-msahf', '-mtune=generic' ]

#[properties]
#boost_root = '/home/sebastien/dynare/unstable/preprocessor/deps/ucrt64/'