[libmicrohttpd] [PATCH] remove exp file

2021-12-12 Thread Rosen Penev
llvm-dlltool does not support the -e flag. It also doesn't seem to do anything useful. Fixes compilation under MSYS2-CLANG64. Signed-off-by: Rosen Penev --- src/lib/Makefile.am| 14 ++ src/microhttpd/Makefile.am | 14 ++ 2 files changed, 12 insertions(+

[libmicrohttpd] [PATCH] use ifdef for several HAVE header macros

2022-04-02 Thread Rosen Penev
Signed-off-by: Rosen Penev --- src/include/platform.h| 18 +- src/lib/daemon_ip_limit.c | 6 +++--- src/lib/daemon_options.c | 2 +- src/lib/daemon_start.c| 10 +- src/lib/mhd_byteorder.h | 18 +- src/lib/sysfdsetsize.c| 10 +- 6

Re: [libmicrohttpd] Feature request: ARM support for windows builds

2023-05-02 Thread Rosen Penev
> On May 2, 2023, at 10:26 AM, Evgeny Grin wrote: > > Hi Antonis, > > ARM and ARM64 support has been added for Visual Studio builds. Out of curiosity, why are there multiple build systems? > Could you test current git master version? > > -- > Evgeny > >> On 26.04.2023 3:13, Antonis Matako

Re: [libmicrohttpd] Feature request: ARM support for windows builds

2023-05-02 Thread Rosen Penev
. Newer versions of VS also have built in CMake support. CMake also supports generating VS project files instead of the custom ones here. There’s also meson which doesn’t have as much IDE support. > > -- > Evgeny > > > On 02.05.2023 11:16, Rosen Penev wrote: >>>> O