Robert Knight
|
4bcf379839
|
Fix minizip library compilation under OS X
Set the USE_FILE32API flag on Mac since fopen64()
and several related calls do not exist on that platform which
uses 64bit I/O in the standard file methods.
See http://stackoverflow.com/questions/4003479/how-to-enable-large-file-support-under-darwin
for details.
|
2011-08-22 14:19:07 +01:00 |
|
Robert Knight
|
5360d05867
|
Remove dependency on Boost::Thread and use the TinyThread library instead.
This saves the need to install Boost::Thread on each of the build systems.
|
2011-08-22 14:00:00 +01:00 |
|
Robert Knight
|
71f197deb7
|
Add minizip library and use it to implement extraction of files from zip archives.
|
2011-08-20 00:38:05 +01:00 |
|
Robert Knight
|
66ade327db
|
WIP - Standalone update installer with no dependency on Qt
|
2011-08-19 19:59:21 +01:00 |
|