9f56e6ea3ec3b42019e55255189ed781575785d5
[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