Remove Windows debugging information (*.pdb) on make clean.
[mono.git] / mcs / class / System.Windows.Forms / SWFTest / Makefile
1 thisdir = class/System.Windows.Forms/SWFTest
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 all-local:
6
7 clean-local:
8         rm -f *.exe *.pdb
9
10 test-local: SWFTest.exe
11
12 # Fixme: does the program run itself and exit automatically?
13 # We want run-test to work without supervision.
14
15 run-test-local install-local:
16
17 DISTFILES = App.ico AssemblyInfo.cs changelog Form1.cs \
18     Form1.resx SWFTest.csproj SWFTest.csproj.user
19
20 dist-local: dist-default
21
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