mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc,w32: Fix compiler warnings.
--
This commit is contained in:
parent
83811e3f1f
commit
348acbe18a
1 changed files with 8 additions and 2 deletions
|
@ -31,9 +31,15 @@
|
|||
values are not valid for the build platform but we need some values
|
||||
nevertheless. */
|
||||
#include "config.h"
|
||||
/* When building for Windows some -D macros are not available. We
|
||||
provide replacements here. */
|
||||
/* When building for Windows the -D macros do not have appropriate
|
||||
values. We provide replacements here. */
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
# undef GNUPG_BINDIR
|
||||
# undef GNUPG_LIBEXECDIR
|
||||
# undef GNUPG_LIBDIR
|
||||
# undef GNUPG_DATADIR
|
||||
# undef GNUPG_SYSCONFDIR
|
||||
# undef GNUPG_LOCALSTATEDIR
|
||||
# define GNUPG_BINDIR "INSTDIR/bin"
|
||||
# define GNUPG_LIBEXECDIR "INSTDIR/bin"
|
||||
# define GNUPG_LIBDIR "INSTDIR/lib/" PACKAGE_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue