2003-04-12 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / nant / makefile
1 all: nant.exe
2 linux: nant.exe
3         -cp NAnt.exe nant.exe
4 windows: nant.exe
5
6 nant.exe: NAnt.exe
7
8 NAnt.exe: makefile src/*.cs src/Attributes/*.cs src/Tasks/*.cs src/Util/*.cs
9         csc /out:NAnt.exe /recurse:*.cs 
10
11 NAnt_mono.exe: makefile
12         csc /out:NAnt_mono.exe /nostdlib /noconfig /recurse:*.cs /lib:../class/lib /r:corlib.dll /r:System.Xml.dll /r:System.dll /nowarn:1595
13
14 clean:
15         rm -f NAnt_mono.exe