On 24 November 2015 at 16:21, Russell Warren <r...@perspexis.com> wrote:
> Is there some way to configure cx_freeze to use a shared directory for
> common files used by multiple applications?
If you create multiple executables in the same setup.py script, they will
share a library.zip. That necessitates releasing them together, but if
they're sharing files, it's probably hard to avoid that anyway.
When you call setup(), executables= is a list, so you can easily have more
than one Executable instance in there.
Thomas
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users