5 lines
170 B
Makefile
5 lines
170 B
Makefile
|
SOURCES=test.cs SqlMembershipProvider.cs
|
||
|
|
||
|
test.exe: $(SOURCES)
|
||
|
gmcs -d:NET_2_0 -out:test.exe $(SOURCES) -r:System.Web.dll -r:System.Data.dll -r:System.Configuration.dll
|