]> err.no Git - pkg-config/commit
2001-10-27 Tor Lillqvist <tml@iki.fi>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:04:41 +0000 (13:04 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:04:41 +0000 (13:04 +0000)
commitb890f705eb5fc0691faa87672aa28a86daf75680
treed8afc858dad771c7ccf5084f659773000834375f
parentd86ec30f0aef0139309a48555054cb5cb69be477
2001-10-27  Tor Lillqvist  <tml@iki.fi>
Author: tml
Date: 2001-10-27 17:55:11 GMT
2001-10-27  Tor Lillqvist  <tml@iki.fi>

New Win32 feature to make pkg-config useful for users of MSVC:
with the flag --msvc-syntax, munge -L and -l flags appropriately
for the MSVC command-line compiler. (-I flags are the same.)

* README.win32: Update.

* main.c (main): Add --msvc-syntax flag.

* pkg-config.1: Document it.

* pkg.h: Declare msvc_syntax.

* parse.c (parse_libs): Obey msvc_syntax.
ChangeLog
README.win32
main.c
parse.c
pkg-config.1
pkg.h