On Wed, 15 Sep 2010, Brian Wang wrote:

On Wed, Sep 15, 2010 at 2:12 PM, Vincent Torri <vto...@univ-evry.fr> wrote:


On Wed, 15 Sep 2010, Brian Wang wrote:

On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler <ras...@rasterman.com>
wrote:

On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang <brian.wang.0...@gmail.com>
said:

I'm writing a WIN32 gui helper utility for my device.  I'm using
wxWidgets right now and after some experience of EFL, I feel like
moving to EFL (a lot fancier).  I want to package the
app/libraries/config files in one self-contained file.  Maybe the
question should be how to package my EFL app?

about a self contained file, everything can be linked statically. I tried it
on Linux and it works (it's just a matter of passing the correct flag to
libtool). I think it should work on Windows too

Can evas modules be statically linked too?

yes. Everything. You have a single binary with *no* dep at all. You copy the binary on a newly installed Windows XP, it works.

Since my app is the sole user of EFL, I guess it's better to
statically link all the stuff to save some space and that should also
improve the startup speed.  That's what I'm going to try next.

it's the -all-static option to pass to libtool. See libtool manual (section 3.7 at the very end of the section)

Vincent
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to