dbus/mono/example Makefile.am,1.1,1.2

Owen Fraser-Green ow3n at pdx.freedesktop.org
Sat May 15 12:31:14 PDT 2004


Update of /cvs/dbus/dbus/mono/example
In directory pdx:/tmp/cvs-serv14045/mono/example

Modified Files:
	Makefile.am 
Log Message:
Various mono related changes to facilitate GAC support.


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/example/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/Makefile.am	23 Mar 2004 12:10:32 -0000	1.1
+++ b/Makefile.am	15 May 2004 19:31:12 -0000	1.2
@@ -5,10 +5,10 @@
 all: $(NOINST_EXES)
 
 echo-server.exe: EchoServer.cs Echoer.cs
-	$(MCS) $(MCSFLAGS) --unsafe --target exe -L .. -r dbus-sharp.dll -r gtk-sharp -o echo-server.exe EchoServer.cs Echoer.cs
+	$(CSC) --target exe -L .. -r:../dbus-sharp.dll -r gtk-sharp -o echo-server.exe EchoServer.cs Echoer.cs
 
 echo-client.exe: EchoClient.cs Echoer.cs
-	$(MCS) $(MCSFLAGS) --unsafe --target exe -L .. -r dbus-sharp.dll -o echo-client.exe EchoClient.cs Echoer.cs
+	$(CSC) --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe EchoClient.cs Echoer.cs
 
 clean:
 	rm -f $(NOINST_EXES)




More information about the dbus-commit mailing list