mesonbuild/meson

csharp: Support passing resource IDs

Open

#1,929 opened on Jun 12, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
compilersenhancementhelp wanted

Description

executable('foo', 'foo.cs',
  resources: 'foo.resx,bar.resource'
)

Passing that directly to mcs should work, we just need to understand , and the different output name. It is a bit ugly though I don't know a better syntax.

Contributor guide

csharp: Support passing resource IDs · mesonbuild/meson#1929 | Good First Issue