gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]