1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-21 10:09:57 +01:00

speedo: Change the default to build a 64 bit version

* build-aux/speedo.mk (W32VERSION): Default to 64 bit.
* build-aux/speedo/w32/inst.nsi: Remove the doc dir.
This commit is contained in:
Werner Koch 2024-12-06 12:21:37 +01:00
parent 7b2748c6d8
commit 4c830b240c
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 4 additions and 3 deletions

View File

@ -73,7 +73,7 @@ help:
@echo 'Use WIXPREFIX to provide the WIX binaries for the MSI package.' @echo 'Use WIXPREFIX to provide the WIX binaries for the MSI package.'
@echo ' Using WIX also requires wine with installed wine mono.' @echo ' Using WIX also requires wine with installed wine mono.'
@echo ' See help-wixlib for more information' @echo ' See help-wixlib for more information'
@echo 'Set W32VERSION=w64 to build a 64 bit Windows version.' @echo 'Set W32VERSION=w32 to build a 32 bit Windows version.'
help-wixlib: help-wixlib:
@echo 'The buildsystem can create a wixlib to build MSI packages.' @echo 'The buildsystem can create a wixlib to build MSI packages.'
@ -161,8 +161,8 @@ WHAT=git
# Set target to "native" or "w32". # Set target to "native" or "w32".
TARGETOS= TARGETOS=
# To build a 64 bit Windows version also change this to "w64" # To build a 32 bit Windows version also change this to "w32"
W32VERSION=w32 W32VERSION=w64
# Set to 1 to use a pre-installed swdb.lst instead of the online version. # Set to 1 to use a pre-installed swdb.lst instead of the online version.
CUSTOM_SWDB=0 CUSTOM_SWDB=0

View File

@ -1349,6 +1349,7 @@ Section "-un.gnupg"
Delete "$INSTDIR\share\doc\gnupg\examples\pwpattern.list" Delete "$INSTDIR\share\doc\gnupg\examples\pwpattern.list"
RMDir "$INSTDIR\share\doc\gnupg\examples" RMDir "$INSTDIR\share\doc\gnupg\examples"
RMDir "$INSTDIR\share\doc\gnupg" RMDir "$INSTDIR\share\doc\gnupg"
RMDir "$INSTDIR\share\doc"
Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem" Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem"
Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel" Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel"