diff options
author | Andreas Fankhauser hiddenalpha.ch | 2022-08-20 17:53:33 +0200 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2022-08-20 17:53:33 +0200 |
commit | b3152b1fa0e84b235c1714f0d256fee970179ea7 (patch) | |
tree | 74dd0fcaa3e3736feafebf0b0abd89c654adb7fb /configure | |
parent | d6f8e794f77074eb76a1efbfc7f69d488f387950 (diff) | |
parent | 71775351a71f085c76378f6450cb6279d72bc50b (diff) | |
download | DeflateAndInflate-b3152b1fa0e84b235c1714f0d256fee970179ea7.zip DeflateAndInflate-b3152b1fa0e84b235c1714f0d256fee970179ea7.tar.gz |
Merge 'Extract windoof kludge to dedicated compilation unit' to masterv0.0.3
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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%/*})"' |