mesonbuild/meson

csharp: Support passing resource IDs

Open

#1929 aperta il 12 giu 2017

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (1465 fork)batch import
compilersenhancementhelp wanted

Metriche repository

Star
 (4978 star)
Metriche merge PR
 (Merge medio 139g 13h) (51 PR mergiate in 30 g)

Descrizione

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.

Guida contributor