mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-06 08:10:29 +01:00
2005-01-12 Joe Shaw <joeshaw@novell.com>
* mono/Makefile.am, mono/example/Makefile.am: Always build the dbus DLL with --debug. Clean up after the .mdb files this leaves behind.
This commit is contained in:
parent
5d2e90f279
commit
c6adffbbcf
3 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,12 @@
|
|||
2005-01-12 Joe Shaw <joeshaw@novell.com>
|
||||
|
||||
* mono/Makefile.am, mono/example/Makefile.am: Always build the
|
||||
dbus DLL with --debug. Clean up after the .mdb files this leaves
|
||||
behind.
|
||||
|
||||
* mono/doc/Makefile.am: Need to uninstall the docs on "make
|
||||
uninstall"
|
||||
|
||||
* 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
|
||||
1.1.3 fix.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ test-dbus-sharp.exe: $(TEST_DBUS_SHARP_FILES)
|
|||
$(CSC) --debug --unsafe --target exe -L . -r dbus-sharp.dll -pkg:gtk-sharp -o test-dbus-sharp.exe $(TEST_DBUS_SHARP_FILES)
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) $(NOINST_EXES)
|
||||
rm -f $(TARGET) $(TARGET).mdb $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ bus-listener.exe: BusListener.cs
|
|||
|
||||
|
||||
clean:
|
||||
rm -f $(NOINST_EXES)
|
||||
rm -f $(NOINST_EXES) $(NOINST_EXES:%=%.mdb)
|
||||
|
||||
install: all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue