summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-08-20 17:53:33 +0200
committerAndreas Fankhauser hiddenalpha.ch2022-08-20 17:53:33 +0200
commitb3152b1fa0e84b235c1714f0d256fee970179ea7 (patch)
tree74dd0fcaa3e3736feafebf0b0abd89c654adb7fb /configure
parentd6f8e794f77074eb76a1efbfc7f69d488f387950 (diff)
parent71775351a71f085c76378f6450cb6279d72bc50b (diff)
downloadDeflateAndInflate-0.0.3.zip
DeflateAndInflate-0.0.3.tar.gz
Merge 'Extract windoof kludge to dedicated compilation unit' to masterv0.0.3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 3acbb1d..57c4c29 100755
--- a/configure
+++ b/configure
@@ -132,6 +132,7 @@ printMakefile () {
printf '%s' 'build/bin/deflate$(BINEXT):'
printf '%s' ' build/obj/main/deflate.o'
+ printf '%s' ' build/obj/main/zzKludge.o'
printf '%s\n' ' build/link/deflate_main.o'
printf '%s\n' ' @echo " LN $@"'
printf '%s\n' ' $(MKDIRS) "$(shell T=$@; echo $${T%/*})"'
@@ -139,6 +140,7 @@ printMakefile () {
printf '%s' 'build/bin/inflate$(BINEXT):'
printf '%s' ' build/obj/main/inflate.o'
+ printf '%s' ' build/obj/main/zzKludge.o'
printf '%s\n' ' build/link/inflate_main.o'
printf '%s\n' ' echo " LN $@"'
printf '%s\n' ' $(MKDIRS) "$(shell T=$@; echo $${T%/*})"'