mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
af53e4db90
commit
7224eecf08
@ -1,5 +1,9 @@
|
||||
0.2.27
|
||||
|
||||
2020-05-08 Brecht Sanders https://github.com/brechtsanders/
|
||||
|
||||
* changed Makefile to also generate .def files to be included in Windows packages
|
||||
|
||||
2020-03-20 Brecht Sanders https://github.com/brechtsanders/
|
||||
|
||||
* accepted patch (#63) to add xlsxioread_sheet_last_column_index() and xlsxioread_sheet_flags()
|
||||
|
8
Makefile
8
Makefile
@ -76,8 +76,8 @@ ifneq ($(OS),Windows_NT)
|
||||
SHARED_CFLAGS += -fPIC
|
||||
endif
|
||||
ifeq ($(OS),Windows_NT)
|
||||
XLSXIOREAD_SHARED_LDFLAGS += -Wl,--out-implib,$@$(LIBEXT)
|
||||
XLSXIOWRITE_SHARED_LDFLAGS += -Wl,--out-implib,$@$(LIBEXT)
|
||||
XLSXIOREAD_SHARED_LDFLAGS += -Wl,--out-implib,$@$(LIBEXT) -Wl,--compat-implib -Wl,--output-def,$(@:%.dll=%.def)
|
||||
XLSXIOWRITE_SHARED_LDFLAGS += -Wl,--out-implib,$@$(LIBEXT) -Wl,--compat-implib -Wl,--output-def,$(@:%.dll=%.def)
|
||||
else ifeq ($(OS),Darwin)
|
||||
else
|
||||
XLSXIOWRITE_LDFLAGS += -pthread
|
||||
@ -194,6 +194,7 @@ install: all doc
|
||||
$(CP) include/*.h $(PREFIX)/include/
|
||||
$(CP) *$(LIBEXT) $(PREFIX)/lib/
|
||||
ifeq ($(OS),Windows_NT)
|
||||
$(CP) *.def $(PREFIX)/lib/
|
||||
$(CP) *$(SOEXT) $(PREFIX)/bin/
|
||||
else
|
||||
$(CP) *$(SOEXT) $(PREFIX)/lib/
|
||||
@ -228,5 +229,8 @@ endif
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(RM) lib/*.o examples/*.o src/*.o *$(LIBEXT) *$(SOEXT) $(TOOLS_BIN) $(EXAMPLES_BIN) version xlsxio-*.tar.xz doc/doxygen_sqlite3.db
|
||||
ifeq ($(OS),Windows_NT)
|
||||
$(RM) *.def
|
||||
endif
|
||||
$(RMDIR) doc/html doc/man
|
||||
|
||||
|
@ -35,3 +35,39 @@
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
|
||||
1522321402 source:z:\xlsxio\lib\xlsxio_read_sharedstrings.c
|
||||
"xlsxio_private.h"
|
||||
"xlsxio_read_sharedstrings.h"
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
|
||||
1521234538 z:\xlsxio\lib\xlsxio_private.h
|
||||
<wchar.h>
|
||||
|
||||
1522321419 z:\xlsxio\lib\xlsxio_read_sharedstrings.h
|
||||
<stdint.h>
|
||||
<expat.h>
|
||||
|
||||
1585050777 source:z:\xlsxio\lib\xlsxio_read.c
|
||||
"xlsxio_private.h"
|
||||
"xlsxio_read_sharedstrings.h"
|
||||
"xlsxio_read.h"
|
||||
"xlsxio_version.h"
|
||||
<stdlib.h>
|
||||
<stdio.h>
|
||||
<inttypes.h>
|
||||
<string.h>
|
||||
<expat.h>
|
||||
<minizip/unzip.h>
|
||||
<io.h>
|
||||
<unistd.h>
|
||||
<zip.h>
|
||||
|
||||
1585050781 z:\xlsxio\include\xlsxio_read.h
|
||||
<stdlib.h>
|
||||
<stdint.h>
|
||||
<time.h>
|
||||
<wchar.h>
|
||||
|
||||
1585051485 z:\xlsxio\include\xlsxio_version.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user