diff options
author | NIIBE Yutaka <[email protected]> | 2022-12-09 05:02:07 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-12-09 05:06:08 +0000 |
commit | f32d0c9c0ff7a62d17e6c46e0e21fe00be22c114 (patch) | |
tree | 8d597dde88fddd5e8f14aa5ace5861b43f17b079 /am | |
parent | wkd: Do not send/install/mirror expired user ids. (diff) | |
download | gnupg-f32d0c9c0ff7a62d17e6c46e0e21fe00be22c114.tar.gz gnupg-f32d0c9c0ff7a62d17e6c46e0e21fe00be22c114.zip |
build: Remove Windows CE support.
* agent/Makefile.am [HAVE_W32CE_SYSTEM]: Remove.
* am/cmacros.am [HAVE_W32CE_SYSTEM]: Remove.
* autogen.sh: Remove W32ce_ variables.
* configure.ac: Likewise.
* dirmngr/Makefile.am (extra_bin_ldflags): Remove.
* g10/Makefile.am [HAVE_W32CE_SYSTEM]: Remove.
* kbx/Makefile.am: Likewise.
* sm/Makefile.am (extra_bin_ldflags): Remove.
* tools/Makefile.am (extra_bin_ldflags): Remove.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'am')
-rw-r--r-- | am/cmacros.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/am/cmacros.am b/am/cmacros.am index e71bc4e9d..d6d466fb6 100644 --- a/am/cmacros.am +++ b/am/cmacros.am @@ -57,19 +57,6 @@ if GNUPG_DIRMNGR_LDAP_PGM AM_CPPFLAGS += -DGNUPG_DEFAULT_DIRMNGR_LDAP="\"@GNUPG_DIRMNGR_LDAP_PGM@\"" endif -# Under Windows we use LockFileEx. WindowsCE provides this only on -# the WindowsMobile 6 platform and thus we need to use the coredll6 -# import library. We also want to use a stacksize of 256k instead of -# the 2MB which is the default with cegcc. 256k is the largest stack -# we use with pth. -if HAVE_W32CE_SYSTEM -extra_sys_libs = -lcoredll6 -extra_bin_ldflags = -Wl,--stack=0x40000 -else -extra_sys_libs = -extra_bin_ldflags = -endif - if HAVE_W32_SYSTEM .rc.o: $(WINDRES) $(DEFAULT_INCLUDES) $(INCLUDES) "$<" "$@" |