summaryrefslogtreecommitdiff
path: root/src/win32/git2.rc
Commit message (Collapse)AuthorAgeFilesLines
* Use __GNUC__ macro in the resource scriptAlexander Ovchinnikov2020-07-011-3/+7
| | | | Fix the default LIBGIT2_FILENAME for GNU windres
* Review: Rename the stringize macroAlexander Ovchinnikov2020-07-011-5/+5
|
* Enable building git2.rc resource script with GCCAlexander Ovchinnikov2020-07-011-2/+13
|
* win32 resource: allow custom comments field in DLLEdward Thomson2015-03-181-2/+6
|
* win32: add the patch level to the .dll fileversionEdward Thomson2015-03-021-2/+2
| | | | | | | | | Win32 DLLs have four fields for the version number (major, minor, teeny, patch). If a consumer wants to build a custom DLL, it may be useful to set the patchlevel version number in the DLL. This value only affects the DLL version number, it does not affect the resultant "version number", which remains major.minor.teeny.
* cmake: Add option to specify the name of the binarynulltoken2013-06-131-6/+4
|
* Revert "cmake: Update Windows resources to reflect the optional vendor string"Vicent Marti2013-06-121-0/+42
| | | | This reverts commit 095bfd748766966f5515bdfe64867d6a09287123.
* cmake: Update Windows resources to reflect the optional vendor stringnulltoken2013-05-221-42/+0
| | | | Make InternalName and OriginalFilename resources reflect the name of the compiled binary.
* Win32: Use constants in version resource definitions where possibleSven Strickroth2013-02-271-2/+2
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Change git2.rc to identify git.dll as VOS_NT_WINDOWS32Philip Kelley2013-02-131-1/+1
|
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* include version information in git2.dll on WindowsSven Strickroth2011-10-091-0/+42
Signed-off-by: Sven Strickroth <email@cs-ware.de>