[Olsr-dev] [PATCH 01/20] Makefiles: define UNINSTALL_LIB macro
Henning
(spam-protected)
Mon Jul 25 18:52:33 CEST 2011
Nice work, have to look at it more closely over the weekend.
On Monday 25 July 2011 17:37:54 Ferry Huberts wrote:
> diff --git a/make/Makefile.win32 b/make/Makefile.win32
> index 946939d..6229e27 100644
> --- a/make/Makefile.win32
> +++ b/make/Makefile.win32
> @@ -15,6 +15,7 @@ CFLAGS += -mno-cygwin
>
> PLUGIN_FULLNAME ?= $(PLUGIN_NAME).dll
> INSTALL_LIB = cp $(PLUGIN_FULLNAME) ../..
> +UNINSTALL_LIB = del /F $(PLUGIN_FULLNAME) ../..
Hmm, not sure what the "../.." at the end is for. That looks wrong.
> ifdef OLSRD_PLUGIN
> LDFLAGS += -L$(TOPDIR)
Henning
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.olsr.org/pipermail/olsr-dev/attachments/20110725/19c0963b/attachment.sig>
More information about the Olsr-dev
mailing list