mkxp-z/meson_options.txt

9 lines
907 B
Meson
Raw Normal View History

2019-07-29 13:56:45 +02:00
option('shared_fluid', type: 'boolean', value: false, description: 'Dynamically link fluidsynth at build time')
2019-07-31 14:47:44 +02:00
option('mri_version', type: 'string', value: '1.8', description: 'Version of MRI to link with')
option('workdir_current', type: 'boolean', value: true, description: 'Keep current directory on startup')
option('ruby_lib', type: 'string', value: 'ruby', description: 'Name of the Ruby library')
option('console', type: 'boolean', value: true, description: 'Whether to debug information in the console')
2019-07-31 21:33:02 +02:00
option('use_fakeapi', type: 'boolean', value: false, description: 'Attempt to repair Win32API calls that do not work with MKXP')
option('default_framerate', type: 'boolean', value: false, description: 'Disable syncToRefreshrate and fixedFramerate configuration options')
option('no_preload_scripts', type: 'boolean', value: false, description: 'Disable the preloadScript configuration option')