aboutsummaryrefslogtreecommitdiffstats
path: root/make/libtool.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-14 03:29:12 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-17 17:43:56 +0100
commit429ffcf397287cc94d6d4ec466c7576b9d6747a5 (patch)
tree230972f7b2edf6de89cbb8d84ae39762fd012c3b /make/libtool.mk
parentc7fe2a94905409192d60834441df436f598ebd9b (diff)
downloadqpdf-429ffcf397287cc94d6d4ec466c7576b9d6747a5.tar.zst
Unicode main for Windows qpdf.cc
Diffstat (limited to 'make/libtool.mk')
-rw-r--r--make/libtool.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/libtool.mk b/make/libtool.mk
index e68bea4c..34b0fe2c 100644
--- a/make/libtool.mk
+++ b/make/libtool.mk
@@ -37,10 +37,10 @@ endif
# --- Required rule definitions ---
-# 1 2
-# Usage: $(call compile,src,includes)
+# 1 2 3
+# Usage: $(call compile,src,includes,xflags)
define compile
- $(CXX) $(CXXFLAGS) \
+ $(CXX) $(CXXFLAGS) $(3) \
$(call depflags,$(basename $(call src_to_obj,$(1)))) \
$(foreach I,$(2),-I$(I)) \
$(CPPFLAGS) \