#480: slight modification of the location search of the mempools
--------------------------+-------------------------------------------------
Reporter: vtorri | Owner: cedric
Type: Enhancement | Status: new
Priority: Nice To Have | Milestone: Eina 1.0
Component: eina | Keywords:
Blocking: | Blockedby:
--------------------------+-------------------------------------------------
This ticket is because of how DLL are located on Windows. Indeed, contrary
to Unix, shared lib (DLL) are located in the bin/ subdir and not in lib/.
And one of the default path where eina searches its mempools is the path
of the shared lib, then eina/mp. So one of the default search path is, on
Windows, bin/eina/mp, which is not correct, imho.
I propose:
the path of shared lib, then ../lib/eina/mp
On Unix, it has no effect, and on Windows, it would allow me to put the
mempools in the lib/ subdir, where they belong.
no objection ?
--
Ticket URL: <http://trac.enlightenment.org/e/ticket/480>
Enlightenment <http://www.enlightenment.org/>
Enlightenment Project
|