Testcase for library where the first object is an arch-neutral .res file

pull/4724/head
Jon Turney 6 years ago
parent 26437f0297
commit 818c1619cc
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
  1. 0
      test cases/windows/5 resources/res/dummy.c
  2. 4
      test cases/windows/5 resources/res/meson.build

@ -3,3 +3,7 @@ win = import('windows')
res = win.compile_resources('myres.rc',
depend_files: 'sample.ico',
include_directories : inc)
# test that with MSVC tools, LIB/LINK invokes CVTRES with correct /MACHINE
static_library('reslib', res, 'dummy.c')
shared_library('shreslib', res, 'dummy.c')

Loading…
Cancel
Save