automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: correct windres use


From: Ralf Wildenhues
Subject: Re: correct windres use
Date: Fri, 4 Jul 2008 15:02:23 +0200
User-agent: Mutt/1.5.18 (2008-07-02)

* Vincent Torri wrote on Fri, Jul 04, 2008 at 07:47:36AM CEST:
>
> 1) is it normal to have -Wl,evas_wince_gapi.o ?
> 2) there are 2 -Xlinker. is it useful to add the one in module_la_LDFLAGS ?

AFAIK you don't need any of that.  Just list the .rc files in *_SOURCES
and provide a .rc.lo rule, similar to:

lib_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = foo.c bar.rc
.rc.lo:
        $(LIBTOOL) --tag=RC --mode=compile $(WINDRES) -c $< -o $@


Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]