mesonbuild/meson

csharp: Support passing resource IDs

Open

#1,929 建立於 2017年6月12日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (4,978 star) (1,465 fork)batch import
compilersenhancementhelp wanted

描述

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.

貢獻者指南

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