2005-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / Test / DrawingTest / DrawingTestHelper / Makefile
1 MCS=mcs
2 sources=AssemblyInfo.cs DrawingTest.cs
3 EXOCORTEX=Exocortex.DSP.dll
4
5 DrawingTestHelper.dll: $(sources) $(EXOCORTEX)
6         $(MCS) -t:library $(sources) -r:System.Windows.Forms -r:System.Drawing -r:$(EXOCORTEX) -r:nunit.framework -out:DrawingTestHelper.dll
7
8 $(EXOCORTEX):
9         cd ../Exocortex.DSP/ && make
10         cp ../Exocortex.DSP/*.dll .