mesonbuild/meson

csharp: Support passing resource IDs

Open

#1.929 aberto em 12 de jun. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1.465 forks)batch import
compilersenhancementhelp wanted

Métricas do repositório

Stars
 (4.978 stars)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

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.

Guia do colaborador