在 2022-12-20 02:49, Pali Rohár 写道:
And I think that this decision is independent of tool itself if should
be removed too or not.

My point is that if this should be removed then we shouldn't behave as if it was being actively maintained.

Patch attached. Thoughts?


--
Best regards,
LIU Hao

From 0a1577d9d82c7a7149cde5b0b4b0751da6e40932 Mon Sep 17 00:00:00 2001
From: LIU Hao <[email protected]>
Date: Wed, 21 Dec 2022 22:07:56 +0800
Subject: [PATCH] genstubdll: Remove

There are very few details about this tool. In addition, neither MSYS2
nor Debian includes this tool in their toolchains. I believe it should
be out of date and of no use, and may hence be removed.

Signed-off-by: LIU Hao <[email protected]>
---
 mingw-w64-tools/genstubdll/COPYING       |  674 ----------
 mingw-w64-tools/genstubdll/sample/ms.def | 1416 ----------------------
 mingw-w64-tools/genstubdll/src/lexdef.c  |  480 --------
 mingw-w64-tools/genstubdll/src/output.c  |  294 -----
 mingw-w64-tools/genstubdll/src/token.h   |   53 -
 5 files changed, 2917 deletions(-)
 delete mode 100644 mingw-w64-tools/genstubdll/COPYING
 delete mode 100644 mingw-w64-tools/genstubdll/sample/ms.def
 delete mode 100644 mingw-w64-tools/genstubdll/src/lexdef.c
 delete mode 100644 mingw-w64-tools/genstubdll/src/output.c
 delete mode 100644 mingw-w64-tools/genstubdll/src/token.h

diff --git a/mingw-w64-tools/genstubdll/COPYING 
b/mingw-w64-tools/genstubdll/COPYING
deleted file mode 100644
index 94a9ed024..000000000
diff --git a/mingw-w64-tools/genstubdll/sample/ms.def 
b/mingw-w64-tools/genstubdll/sample/ms.def
deleted file mode 100644
index 1cb08ef3e..000000000
diff --git a/mingw-w64-tools/genstubdll/src/lexdef.c 
b/mingw-w64-tools/genstubdll/src/lexdef.c
deleted file mode 100644
index 59ffab01f..000000000
diff --git a/mingw-w64-tools/genstubdll/src/output.c 
b/mingw-w64-tools/genstubdll/src/output.c
deleted file mode 100644
index 074b326d8..000000000
diff --git a/mingw-w64-tools/genstubdll/src/token.h 
b/mingw-w64-tools/genstubdll/src/token.h
deleted file mode 100644
index d565b32d5..000000000
-- 
2.39.0

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to