From 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sun, 14 Jul 2024 22:30:34 +0200 Subject: convert to the meson build system This removes a lot of files. Remove all conf-* files. The settings move to meson.options. Add editor config. Remove the auto_*.h files. They move to config.h.in. --- src/print-ld.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/print-ld.sh (limited to 'src/print-ld.sh') diff --git a/src/print-ld.sh b/src/print-ld.sh deleted file mode 100644 index c13472c..0000000 --- a/src/print-ld.sh +++ /dev/null @@ -1,18 +0,0 @@ -ld="`head -1 ../conf-ld`" -qlibs="`head -1 ../conf-qlibs`" -systype="`cat systype`" - -flag=0 - -rm -f trycpp.o - -flag=`cc -c tryssl.c -m64 2>&1 | wc -l` -if [ $flag -eq 0 ]; then - ld="$ld -m64" -fi - -rm -f trycpp.o - -cat warn-auto.sh -echo 'main="$1"; shift' -echo exec "$ld" -L"${qlibs}" '-o "$main" "$main".o ${1+"$@"} -ldnsresolv -lqlibs' -- cgit v1.2.3