mesonbuild/meson

csharp: Support passing resource IDs

Open

#1,929 opened on 2017年6月12日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (1,465 forks)batch import
compilersenhancementhelp wanted

Repository metrics

Stars
 (4,978 stars)
PR merge metrics
 (平均マージ 139d 13h) (30d で 51 merged PRs)

説明

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.

コントリビューターガイド