2024-10-16 11:52:26 +08:00
|
|
|
diff --git a/Makethird b/Makethird
|
|
|
|
index f9c7896..63799b1 100644
|
2021-11-10 05:42:04 +08:00
|
|
|
--- a/Makethird
|
|
|
|
+++ b/Makethird
|
2024-10-16 11:52:26 +08:00
|
|
|
@@ -253,6 +253,7 @@ endif
|
2021-11-10 05:42:04 +08:00
|
|
|
|
|
|
|
# --- EXTRACT ---
|
|
|
|
|
|
|
|
+ifeq (0, 1)
|
|
|
|
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
|
|
|
|
THIRD_LIBS += $(EXTRACT_LIBS)
|
|
|
|
THIRD_SRC += $(EXTRACT_SRC)
|
2024-10-16 11:52:26 +08:00
|
|
|
@@ -283,6 +284,7 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
|
|
|
|
@touch $@
|
2021-11-10 05:42:04 +08:00
|
|
|
|
|
|
|
generate: thirdparty/extract/src/docx_template.c
|
|
|
|
+endif
|
2024-10-16 11:52:26 +08:00
|
|
|
|
|
|
|
# --- LIBARCHIVE ---
|
|
|
|
|