[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 230/335: w32_lib_res.rc.in: fixed
From: |
gnunet |
Subject: |
[libmicrohttpd] 230/335: w32_lib_res.rc.in: fixed |
Date: |
Sat, 27 Jul 2024 22:02:06 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit 7e22768057d2fc038e71d918f334e00175c1fa57
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Jul 11 10:16:49 2024 +0200
w32_lib_res.rc.in: fixed
---
src/mhd2/.gitignore | 1 +
src/mhd2/w32_lib_res.rc | 51 ----------------------------------------------
src/mhd2/w32_lib_res.rc.in | 2 +-
3 files changed, 2 insertions(+), 52 deletions(-)
diff --git a/src/mhd2/.gitignore b/src/mhd2/.gitignore
new file mode 100644
index 00000000..f07b87a6
--- /dev/null
+++ b/src/mhd2/.gitignore
@@ -0,0 +1 @@
+/w32_lib_res.rc
diff --git a/src/mhd2/w32_lib_res.rc b/src/mhd2/w32_lib_res.rc
deleted file mode 100644
index 56af3aa2..00000000
--- a/src/mhd2/w32_lib_res.rc
+++ /dev/null
@@ -1,51 +0,0 @@
-/* W32 resources for .dll */
-
-#include <winresrc.h>
-
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,99,0,0
- PRODUCTVERSION 1,99,0,0
- FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
-#if defined(_DEBUG)
- FILEFLAGS VS_FF_DEBUG
-#else
- FILEFLAGS 0
-#endif
- FILEOS VOS_NT_WINDOWS32
-#ifdef DLL_EXPORT
- FILETYPE VFT_DLL
-#else
- FILETYPE VFT_STATIC_LIB
-#endif
- FILESUBTYPE VFT2_UNKNOWN
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "04090000" /* Lang = US English, Charset = ASCII */
- BEGIN
- VALUE "ProductName", "GNU libmicrohttpd\0"
- VALUE "ProductVersion", "1.99.0\0"
- VALUE "FileVersion", "1.99.0\0"
-#ifdef DLL_EXPORT
- VALUE "FileDescription", "GNU libmicrohttpd2 DLL for Windows
(MinGW build, MSVCRT run-time lib)\0"
-#else
- VALUE "FileDescription", "GNU libmicrohttpd2 static library for
Windows (MinGW build, MSVCRT run-time lib)\0"
-#endif
- VALUE "InternalName", "libmicrohttpd2\0"
-#ifdef DLL_EXPORT
- VALUE "OriginalFilename", "libmicrohttpd2-12.dll\0"
-#else
- VALUE "OriginalFilename", "libmicrohttpd2.lib\0"
-#endif
- VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "LegalCopyright", "Copyright (C) 2007-2024 Christian
Grothoff, Evgeny Grin, and project contributors\0"
- VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0409, 0 /* US English, ASCII */
- END
-END
-
diff --git a/src/mhd2/w32_lib_res.rc.in b/src/mhd2/w32_lib_res.rc.in
index 4a7192a3..50618743 100644
--- a/src/mhd2/w32_lib_res.rc.in
+++ b/src/mhd2/w32_lib_res.rc.in
@@ -30,7 +30,7 @@ BEGIN
#ifdef DLL_EXPORT
VALUE "FileDescription", "GNU libmicrohttpd2 DLL for Windows
(MinGW build, @W32CRT@ run-time lib)\0"
#else
- VALUE "FileDescription", "GNU libmicrohttpd2 static library for
Windows (MinGW build, MSVCRT run-time lib)\0"
+ VALUE "FileDescription", "GNU libmicrohttpd2 static library for
Windows (MinGW build, @W32CRT@ run-time lib)\0"
#endif
VALUE "InternalName", "libmicrohttpd2\0"
#ifdef DLL_EXPORT
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 218/335: configure: added checks for sokets-related symbols declarations, (continued)
- [libmicrohttpd] 218/335: configure: added checks for sokets-related symbols declarations, gnunet, 2024/07/27
- [libmicrohttpd] 222/335: this_API_is_TERRIBLE: even more, gnunet, 2024/07/27
- [libmicrohttpd] 189/335: GENERATED: use correct function attributes, gnunet, 2024/07/27
- [libmicrohttpd] 205/335: configure: supported C23 'noreturn' keyword, gnunet, 2024/07/27
- [libmicrohttpd] 215/335: configure: added support for 'restrict', gnunet, 2024/07/27
- [libmicrohttpd] 226/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 223/335: Initial draft M2 (WIP), gnunet, 2024/07/27
- [libmicrohttpd] 216/335: configure: added tests for 'unreachable' supported keywords, gnunet, 2024/07/27
- [libmicrohttpd] 217/335: configure: added checks for socketpair(), gnunet, 2024/07/27
- [libmicrohttpd] 209/335: this_API_is_TERRIBLE.txt: updated, gnunet, 2024/07/27
- [libmicrohttpd] 230/335: w32_lib_res.rc.in: fixed,
gnunet <=
- [libmicrohttpd] 229/335: Partial revert of 7237eb207b6dd215c5b726ed4b2a1e337cc4dbcc, gnunet, 2024/07/27
- [libmicrohttpd] 220/335: configure: added tests for supported enum attributes, gnunet, 2024/07/27
- [libmicrohttpd] 203/335: configure: check for more network/sockets headers, gnunet, 2024/07/27
- [libmicrohttpd] 232/335: -fix build error: SO_ERROR on some platforms, gnunet, 2024/07/27
- [libmicrohttpd] 221/335: GENERATED: more edits, gnunet, 2024/07/27
- [libmicrohttpd] 227/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 228/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 207/335: Renamed sys_socket_types.h -> sys_sockets_types.h, gnunet, 2024/07/27
- [libmicrohttpd] 234/335: Follow-up for 631d550d6ed81be0ebd5a06e107868e5153da430, gnunet, 2024/07/27
- [libmicrohttpd] 238/335: More portability, gnunet, 2024/07/27