summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:04:41 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:04:41 +0000
commitb890f705eb5fc0691faa87672aa28a86daf75680 (patch)
treed8afc858dad771c7ccf5084f659773000834375f /pkg.h
parentd86ec30f0aef0139309a48555054cb5cb69be477 (diff)
downloadpkg-config-b890f705eb5fc0691faa87672aa28a86daf75680.tar.gz
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.
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 587f6d6..cf19a60 100644
--- a/pkg.h
+++ b/pkg.h
@@ -99,6 +99,9 @@ extern gboolean disable_uninstalled;
extern int dont_define_prefix;
/* The name of the variable that acts as prefix, unless it is "prefix" */
extern char *prefix_variable;
+
+/* If TRUE, output flags in MSVC syntax. */
+extern int msvc_syntax;
#endif
#endif