**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / SWFTest / Makefile
blobeb5b23a00122d78ea493c61653147901a4e01788
1 thisdir = class/System.Windows.Forms/SWFTest
2 SUBDIRS =
3 include ../../../build/rules.make
5 all-local:
7 clean-local:
8 rm -f *.exe *.pdb
10 test-local: SWFTest.exe
12 # Fixme: does the program run itself and exit automatically?
13 # We want run-test to work without supervision.
15 run-test-local install-local uninstall-local:
17 DISTFILES = App.ico AssemblyInfo.cs changelog Form1.cs \
18 Form1.resx SWFTest.csproj SWFTest.csproj.user
20 dist-local: dist-default
22 SWFTest.exe: App.ico AssemblyInfo.cs Form1.cs Form1.resx
23 $(CSCOMPILE) /r:System.Windows.Forms.dll /r:System.Drawing.dll /resource:App.ico \
24 /resource:Form1.resx /r:System.Data.dll /target:exe /out:$@ AssemblyInfo.cs Form1.cs