a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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
|