File: meson.build

package info (click to toggle)
mmlib 1.4.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: ansic: 18,071; makefile: 431; sh: 135; python: 63
file content (4 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
# windows-specific defines
add_project_arguments('-DWIN32_LEAN_AND_MEAN', language : 'c')
add_project_arguments('-D_WIN32_WINNT=_WIN32_WINNT_WIN8', language : 'c')
add_project_arguments('-Wl,-no-undefined', language : 'c')