[w32handle] Stop returning 0 in every cases for locking/unlocking (#3926)
[mono.git] / mcs / tools / linker / Tests / TestCases / Linker / MultipleReferences / Makefile
1 include ../../config.make
2
3 all:
4         MCS /t:library NotLinkedAttribute.cs
5         MCS /t:library Bar.cs
6         MCS /t:library /r:Bar.dll /r:NotLinkedAttribute.dll Foo.cs
7         MCS /t:library /r:Foo.dll /r:Bar.dll /r:NotLinkedAttribute.dll Baz.cs
8         MCS /t:library /r:Foo.dll /r:Bar.dll /r:NotLinkedAttribute.dll Baz.cs
9         MCS /r:Foo.dll /r:Bar.dll /r:Baz.dll /r:NotLinkedAttribute Program.cs