[Olsr-dev] [PATCH v2 1/1] Makefiles: define UNINSTALL_LIB macro

Ferry Huberts (spam-protected)
Tue Jul 26 10:00:34 CEST 2011


On 07/26/2011 09:21 AM, Henning Rogge wrote:
> On Tue July 26 2011 09:13:11 Ferry Huberts wrote:
>> diff --git a/make/Makefile.win32 b/make/Makefile.win32
>> index 946939d..7e4fbf5 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... did not test it, but what do you think about this?

ofcourse, man I must be sleeping still...
will send new patch...


> 
> +UNINSTALL_LIB =	del /F ../../$(PLUGIN_FULLNAME)
> 
>>
>>  ifdef OLSRD_PLUGIN
>>  LDFLAGS +=	-L$(TOPDIR)
> 
> Henning Rogge


-- 
Ferry Huberts




More information about the Olsr-dev mailing list