mesonbuild/meson

csharp: Support passing resource IDs

Open

#1 929 ouverte le 12 juin 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (1 465 forks)batch import
compilersenhancementhelp wanted

Métriques du dépôt

Stars
 (4 978 stars)
Métriques de merge PR
 (Merge moyen 139j 13h) (51 PRs mergées en 30 j)

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.

Guide contributeur