|
@@ -35,15 +35,21 @@ if (PHP_XLSWRITER != "no") {
|
|
mztools.c \
|
|
mztools.c \
|
|
unzip.c \
|
|
unzip.c \
|
|
zip.c \
|
|
zip.c \
|
|
- ", "xlswriter");
|
|
|
|
|
|
+ ", "xlswriter", "libxlsxwriter");
|
|
|
|
|
|
ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxwriter\\third_party\\tmpfileplus", "\
|
|
ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxwriter\\third_party\\tmpfileplus", "\
|
|
tmpfileplus.c \
|
|
tmpfileplus.c \
|
|
- ", "xlswriter");
|
|
|
|
|
|
+ ", "xlswriter", "libxlsxwriter");
|
|
|
|
+
|
|
|
|
+ ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxwriter\\third_party\\md5", "\
|
|
|
|
+ md5.c \
|
|
|
|
+ ", "xlswriter", "libxlsxwriter");
|
|
|
|
|
|
ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxwriter\\src", "\
|
|
ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxwriter\\src", "\
|
|
app.c \
|
|
app.c \
|
|
chart.c \
|
|
chart.c \
|
|
|
|
+ chartsheet.c \
|
|
|
|
+ comment.c \
|
|
content_types.c \
|
|
content_types.c \
|
|
core.c \
|
|
core.c \
|
|
custom.c \
|
|
custom.c \
|
|
@@ -56,6 +62,7 @@ if (PHP_XLSWRITER != "no") {
|
|
styles.c \
|
|
styles.c \
|
|
theme.c \
|
|
theme.c \
|
|
utility.c \
|
|
utility.c \
|
|
|
|
+ vml.c \
|
|
workbook.c \
|
|
workbook.c \
|
|
worksheet.c \
|
|
worksheet.c \
|
|
xmlwriter.c \
|
|
xmlwriter.c \
|
|
@@ -68,12 +75,12 @@ if (PHP_XLSWRITER != "no") {
|
|
xmltok.c \
|
|
xmltok.c \
|
|
xmltok_impl.c \
|
|
xmltok_impl.c \
|
|
xmltok_ns.c \
|
|
xmltok_ns.c \
|
|
- ", "xlswriter");
|
|
|
|
|
|
+ ", "xlswriter", "libexpat");
|
|
|
|
|
|
ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxio\\lib", "\
|
|
ADD_SOURCES(configure_module_dirname + "\\library\\libxlsxio\\lib", "\
|
|
xlsxio_read.c \
|
|
xlsxio_read.c \
|
|
xlsxio_read_sharedstrings.c \
|
|
xlsxio_read_sharedstrings.c \
|
|
- ", "xlswriter");
|
|
|
|
|
|
+ ", "xlswriter", "libxlsxio");
|
|
} else {
|
|
} else {
|
|
WARNING("xlswriter not enabled, xlsxwriter.lib or headers not found");
|
|
WARNING("xlswriter not enabled, xlsxwriter.lib or headers not found");
|
|
}
|
|
}
|