16 Commits

Author SHA1 Message Date
Kovid Goyal
9a49104dac
Refactor application layout on windows
Now only the calibre executables are present in the top level directory
(which is added to PATH). No third party executables and no dlls.

This became necessary because the VS 2015 CRT is not manifest based, so
it would have to be placed in the top level dir in the old layout. Now
it can be put into the DLLs dir.
2017-05-21 13:39:06 +05:30
Kovid Goyal
77a0558cf2
Initial stab at replacing use of MemoryModule 2017-05-21 13:39:06 +05:30
Kovid Goyal
cc42267ba8 Do not add IM to the calibre builds 2016-05-10 15:51:20 +05:30
Kovid Goyal
d0a44763f8 Windows: Redirect stdout/stderr to NUL instead of temp files. Avoids unnecessary creation of temp files 2014-11-13 10:56:53 +05:30
Kovid Goyal
2fdf4de2f6 ... 2014-09-29 21:41:55 +05:30
Kovid Goyal
b4cfdbbf32 Turn on hash randomization in the version of python bundled with calibre 2014-09-29 21:36:33 +05:30
Kovid Goyal
a61316891e Fix various compiler warnings 2012-12-01 10:07:56 +05:30
Kovid Goyal
c8398e295f Do not put C extensions that use exceptions into the zip file as an exception will then cause a crash. Also update the memory dll loader tosupport 64 bit dlls 2012-12-01 09:50:46 +05:30
Kovid Goyal
4e76a78171 Get rid of the fontconfig env vars on windows 2012-11-20 10:41:48 +05:30
Kovid Goyal
6c01b3cc67 Updated translations 2011-09-02 10:14:21 -06:00
Kovid Goyal
77e6d76e27 ... 2011-09-02 10:10:54 -06:00
Kovid Goyal
ab0247df39 ... 2011-06-06 22:13:49 -06:00
Kovid Goyal
b22d5ac5fb Windows build: Add code to load .pyd python extensions from a zip file. This allows many more files in the calibre installation to be zipped up, speeding up the installer. 2011-06-05 20:21:09 -06:00
Kovid Goyal
c979cb10b8 Windows build: Put all python files into a zip file to reduce upgrade time 2011-03-19 18:02:29 -06:00
Kovid Goyal
942b0e74c1 Windows installer: Optionally add calibre install dir to PATH. Default is to add it, to be consistent with per 0.6.17 releases 2009-10-13 16:00:16 -06:00
Kovid Goyal
fe0a776379 IGN:New windows MSI installer 2009-10-08 09:10:38 -06:00