Kaydet (Commit) 4237efc7 authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

Propagate variable calls both to the linker and the compiler.

üst da53c527
......@@ -136,7 +136,8 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
*.[cC]) srcs="$srcs $arg";;
*.cc) srcs="$srcs $arg";;
*.c++) srcs="$srcs $arg";;
\$*) libs="$libs $arg";;
\$*) libs="$libs $arg"
cpps="$cpps $arg";;
*.*) echo 1>&2 "bad word $arg in $line"
exit 1;;
-u) skip=libs; libs="$libs -u";;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment