cccl: Handle library paths for one shot compilation.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 30 Jan 2014 00:08:49 +0000 (16:08 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 31 Jan 2014 02:17:47 +0000 (18:17 -0800)
commitb73d3fe2c11d2d670092bce2da48c1ee0f6eaf5f
tree7a8a032352a70ebbb28b195295b7596ae7cb1cb1
parent20bd44f83bab5afb2d552f5ed877e91da598e65c
cccl: Handle library paths for one shot compilation.

When one wishes to compile and link a program with an
external library in one shot, additional
option "-link" is expected after all the other options. For example,

$ cl -I/c/OpenSSL-Win32/include 3.c -link -LIBPATH:"C:/OpenSSL-Win32/lib"

This is needed in an upcoming commit to compile conftest.c in autoconf.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
build-aux/cccl