shithub: choc

Download patch

ref: 753db4d4c076bfd5b71198fc41b4b94e942ce482
parent: ddeee3d2ff2eb829cbdf3a5f4eaf209614f49239
author: Simon Howard <fraggle@soulsphere.org>
date: Tue Feb 7 14:51:36 EST 2017

win32: Strip DLLs as well as EXEs.

We don't need to include debug symbols for these.

--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -44,7 +44,7 @@
 	               $(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;  \