소스 검색

* Makefile: added dll extension to System.Runtime.Remoting reference

svn path=/trunk/mcs/; revision=16576
Lluis Sanchez 22 년 전
부모
커밋
1e9779f5fc
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      mcs/class/System.Runtime.Remoting/ChangeLog
  2. 1 1
      mcs/class/System.Runtime.Remoting/Makefile

+ 4 - 0
mcs/class/System.Runtime.Remoting/ChangeLog

@@ -1,3 +1,7 @@
+2003-07-23  Lluis Sanchez Gual <[email protected]>
+
+	* Makefile: added dll extension to System.Runtime.Remoting reference
+
 2003-07-23  Lluis Sanchez Gual <[email protected]>
 
 	* System.Runtime.Remoting_test.dll.sources: Added.

+ 1 - 1
mcs/class/System.Runtime.Remoting/Makefile

@@ -7,7 +7,7 @@ LIBRARY = System.Runtime.Remoting.dll
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
 	/r:System.Runtime.Serialization.Formatters.Soap.dll
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Runtime.Remoting
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Runtime.Remoting.dll
 
 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs