Browse Source
This set of patches collects a number of build fixes that have been used on the msysgit port for a while and merging upstream should simplify future maintenance. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQCVAwUAUbEmnGB90JXwhOSJAQKRJgP/TdWucLnedP4tRKhRrwy3AnZ2Her4Mn5n isrNQu3eixT3PsGzdyYUvTYLP8OPNfgYYVEzqyrRtNHKKSD2qLGXt8oyOw63z10n tiDcHHCfI1U/W7GHK1Q9abaQz/PF6yWnYenRt9lnckyqtxNoa8o+eOCfuY9lBfNJ ccTP/dRgoL0= =uWg2 -----END PGP SIGNATURE----- Merge tag 'post183-for-junio' of http://github.com/msysgit/git Collected msysgit build patches for upstream This set of patches collects a number of build fixes that have been used on the msysgit port for a while and merging upstream should simplify future maintenance. * tag 'post183-for-junio' of http://github.com/msysgit/git: Set the default help format to html for msys builds. Ensure the resource file is rebuilt when the version changes. Windows resource: handle dashes in the Git version gracefully Provide a Windows version resource for the git executables. msysgit: Add the --large-address-aware linker directive to the makefile. Define NO_GETTEXT for Git for Windows Makefile: Do not use OLD_ICONV on MINGW anymoremaint
![gitster@pobox.com](/assets/img/avatar_default.png)
4 changed files with 35 additions and 2 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
1 VERSIONINFO |
||||
FILEVERSION MAJOR,MINOR,PATCH,0 |
||||
PRODUCTVERSION MAJOR,MINOR,PATCH,0 |
||||
BEGIN |
||||
BLOCK "StringFileInfo" |
||||
BEGIN |
||||
BLOCK "040904b0" /* LANG_ENGLISH/SUBLANG_ENGLISH_US, Unicode CP */ |
||||
BEGIN |
||||
VALUE "CompanyName", "The Git Development Community\0" |
||||
VALUE "FileDescription", "Git for Windows\0" |
||||
VALUE "InternalName", "git\0" |
||||
VALUE "OriginalFilename", "git.exe\0" |
||||
VALUE "ProductName", "Git\0" |
||||
VALUE "ProductVersion", GIT_VERSION "\0" |
||||
END |
||||
END |
||||
|
||||
BLOCK "VarFileInfo" |
||||
BEGIN |
||||
VALUE "Translation", 0x409, 1200 |
||||
END |
||||
END |
Loading…
Reference in new issue