Flattened third party include structure.

This commit is contained in:
John McNamara 2016-07-11 23:15:32 +01:00
parent 2cd8f8a3c2
commit 6963a67af3
6 changed files with 6 additions and 5 deletions

View File

@ -15,10 +15,11 @@
#import "shared_strings.h"
#import "styles.h"
#import "theme.h"
#import "third_party/minizip/ioapi.h"
#import "third_party/minizip/zip.h"
#import "third_party/ioapi.h"
#import "third_party/queue.h"
#import "third_party/tmpfileplus.h"
#import "third_party/tree.h"
#import "third_party/zip.h"
#import "utility.h"
#import "workbook.h"
#import "worksheet.h"

View File

@ -10,7 +10,7 @@
#define __LXW_PACKAGER_H__
#include <stdint.h>
#include "xlsxwriter/third_party/minizip/zip.h"
#include "xlsxwriter/third_party/zip.h"
#include "common.h"
#include "workbook.h"

View File

@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.author = { "John McNamara" => "jmcnamara@cpan.org" }
s.source = { :git => "https://github.com/jmcnamara/libxlsxwriter.git", :tag => "RELEASE_" + s.version.to_s }
s.source_files = "src/**/*.c", "third_party/**/{zip.c,ioapi.c}", "include/**/*.h"
s.source_files = "src/**/*.c", "third_party/**/{zip.c,ioapi.c,tmpfileplus.c}", "include/**/*.h"
s.header_dir = "xlsxwriter"
s.header_mappings_dir = "include/xlsxwriter"

View File

@ -37,7 +37,7 @@ STATIC uint8_t _add_file_to_zip(lxw_packager *self, FILE * file,
#undef SLIST_ENTRY
#include <windows.h>
#include "../third_party/minizip/iowin32.h"
#include "../third_party/iowin32.h"
zipFile
_open_zipfile_win32(const char *filename)