commit 753db4d4c076bfd5b71198fc41b4b94e942ce482
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Tue Feb 7 19:51:36 2017 -0500
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Tue Feb 7 19:51:36 2017 -0500
win32: Strip DLLs as well as EXEs.
We don't need to include debug symbols for these.
---
pkg/win32/GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile
index 7e9fcb83..484f0722 100644
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -44,7 +44,7 @@ staging-%:
$(TOPLEVEL)/src/$(PROGRAM_PREFIX)setup.exe \
$@/$(PROGRAM_PREFIX)$*-setup.exe
- $(STRIP) $@/*.exe
+ $(STRIP) $@/*.exe $@/*.dll
for f in $(DOC_FILES); do \
cp $(TOPLEVEL)/$$f $@/$$(basename $$f .md).txt; \