mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-24 07:40:07 +01:00
2005-01-12 Joe Shaw <joeshaw@novell.com>
* mono/Makefile.am, mono/example/Makefile.am: Always build the dbus DLL with --debug.
This commit is contained in:
parent
2388bc86ee
commit
ddea52aef6
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2005-01-12 Joe Shaw <joeshaw@novell.com>
|
||||
|
||||
* mono/Makefile.am: Always build the dbus DLL with --debug.
|
||||
* mono/Makefile.am, mono/example/Makefile.am: Always build the
|
||||
dbus DLL with --debug.
|
||||
|
||||
* mono/Arguments.cs (GetDBusTypeConstructor): If the type
|
||||
is an enum, get the enum's underlying type. Another mono
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ DISTCLEANFILES=$(NOINST_EXES)
|
|||
all: $(NOINST_EXES)
|
||||
|
||||
echo-server.exe: EchoServer.cs Echoer.cs
|
||||
$(CSC) --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
|
||||
$(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o echo-server.exe $(srcdir)/EchoServer.cs $(srcdir)/Echoer.cs
|
||||
|
||||
echo-client.exe: EchoClient.cs Echoer.cs
|
||||
$(CSC) --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe $(srcdir)/EchoClient.cs $(srcdir)/Echoer.cs
|
||||
$(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -o echo-client.exe $(srcdir)/EchoClient.cs $(srcdir)/Echoer.cs
|
||||
|
||||
bus-listener.exe: BusListener.cs
|
||||
$(CSC) --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o bus-listener.exe $(srcdir)/BusListener.cs
|
||||
$(CSC) --debug --target exe -L .. -r:../dbus-sharp.dll -pkg:gtk-sharp -o bus-listener.exe $(srcdir)/BusListener.cs
|
||||
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue