2
0
Эх сурвалжийг харах

Flush

svn path=/trunk/mcs/; revision=259
Miguel de Icaza 24 жил өмнө
parent
commit
ce407bb9e8

+ 0 - 1
mcs/class/System/System.Collections.Specialized/common.src

@@ -1,4 +1,3 @@
 BitVector32.cs
 StringCollection.cs
-StringCollection.cs
 StringEnumerator.cs

+ 0 - 3
mcs/class/System/System.Net/common.src

@@ -1,8 +1,5 @@
-AuthenticationManager.cs
 Authorization.cs
 EndPoint.cs
-IAuthenticationModule.cs
-ICredentialLookup.cs
 IPAdress.cs
 IPEndPoint.cs
 SocketAddress.cs

+ 1 - 1
mcs/class/System/makefile

@@ -1,4 +1,4 @@
-DIRS=System.CodeDom System.CodeDom.Compiler System.Collections.Specialized
+DIRS=System.CodeDom System.CodeDom.Compiler System.Net System.Collections.Specialized
 
 all:
 	@echo "You must use 'make windows' or 'make unix'."

+ 1 - 1
mcs/class/corlib/makefile

@@ -1,4 +1,4 @@
-DIRS=System System.Collections System.Configuration.Assemblies System.Globalization System.Net System.Text System.IO System.Diagnostics
+DIRS=System System.Collections System.Configuration.Assemblies System.Globalization System.Text System.IO System.Diagnostics
 
 all:
 	@echo "You must use 'make windows' or 'make unix'."