Author: toshok
Date: 2005-05-03 00:09:31 -0400 (Tue, 03 May 2005)
New Revision: 43913
Modified:
trunk/debugger/ChangeLog
trunk/debugger/wrapper/Makefile.am
Log:
2005-05-02 Chris Toshok <[EMAIL PROTECTED]>
* wrapper/Makefile.am: more mcs quieting.
Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog 2005-05-03 03:26:02 UTC (rev 43912)
+++ trunk/debugger/ChangeLog 2005-05-03 04:09:31 UTC (rev 43913)
@@ -1,5 +1,9 @@
2005-05-02 Chris Toshok <[EMAIL PROTECTED]>
+ * wrapper/Makefile.am: more mcs quieting.
+
+2005-05-02 Chris Toshok <[EMAIL PROTECTED]>
+
* classes/TargetAddress.cs: provide Equals/GetHasCode
implementations to quiet mcs.
Modified: trunk/debugger/wrapper/Makefile.am
===================================================================
--- trunk/debugger/wrapper/Makefile.am 2005-05-03 03:26:02 UTC (rev 43912)
+++ trunk/debugger/wrapper/Makefile.am 2005-05-03 04:09:31 UTC (rev 43913)
@@ -66,10 +66,10 @@
-r:./Mono.Debugger.dll
Mono.Debugger.dll: $(LIBRARY_SRCLIST)
- $(MCS) /target:library /out:Mono.Debugger.dll $(MCS_FLAGS)
-keyfile:@top_srcdir@/wrapper/mono.snk $(LIBRARY_DEPS) $(LIBRARY_SRCLIST)
+ $(MCS) -target:library -out:Mono.Debugger.dll $(MCS_FLAGS)
-keyfile:@top_srcdir@/wrapper/mono.snk $(LIBRARY_DEPS) $(LIBRARY_SRCLIST)
mdb.exe: $(MDB_SRCLIST) Mono.Debugger.dll
- $(MCS) -o mdb.exe $(MDB_DEPS) $(MDB_SRCLIST) $(MCS_FLAGS)
+ $(MCS) -out:mdb.exe $(MDB_DEPS) $(MDB_SRCLIST) $(MCS_FLAGS)
AssemblyInfo.cs: AssemblyInfo.cs.in Makefile
sed -e '[EMAIL PROTECTED]@^$(libdir)^g' \
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches