parent
3110c209f7
commit
8f859a5105
4 changed files with 17 additions and 10 deletions
@ -1,4 +1,8 @@ |
|||||||
usr/bin/prog.exe |
usr/bin/prog.exe |
||||||
usr/bin/prog.pdb |
usr/bin/prog.pdb |
||||||
|
usr/bin/prog2.exe |
||||||
|
usr/bin/prog2.pdb |
||||||
?gcc:usr/lib/libprog.exe.a |
?gcc:usr/lib/libprog.exe.a |
||||||
?msvc:usr/lib/prog.lib |
?gcc:usr/lib/libburble.a |
||||||
|
?msvc:usr/lib/prog.exe.lib |
||||||
|
?msvc:usr/lib/burble.lib |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
project('wintest', 'c') |
project('wintest', 'c') |
||||||
|
|
||||||
# Test that we can produce an implib for an executable on Windows, and that it |
# Test that we can produce an implib for an executable on Windows, and that it's |
||||||
# is installed along with the executable |
# name can be set, and that it is installed along with the executable |
||||||
|
|
||||||
prog = executable('prog', 'prog.c', install: true, implib: true) |
executable('prog', 'prog.c', install: true, implib: true) |
||||||
test('wintest', prog) |
executable('prog2', 'prog.c', install: true, implib: 'burble') |
||||||
|
Loading…
Reference in new issue