diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2013-05-21 11:38:24 +0200 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2013-05-22 00:15:13 +0200 |
| commit | 095bfd748766966f5515bdfe64867d6a09287123 (patch) | |
| tree | d427bc78dd5abd529ce6797ee9ababc495744482 /src | |
| parent | ccf1a2ba5fbd2a7d71be3e9bb895e3f2ac45e9b5 (diff) | |
| download | libgit2-095bfd748766966f5515bdfe64867d6a09287123.tar.gz | |
cmake: Update Windows resources to reflect the optional vendor string
Make InternalName and OriginalFilename resources reflect the name of the compiled binary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/win32/git2.rc.cmake (renamed from src/win32/git2.rc) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/win32/git2.rc b/src/win32/git2.rc.cmake index 436913228..dc9b3e6eb 100644 --- a/src/win32/git2.rc +++ b/src/win32/git2.rc.cmake @@ -1,11 +1,7 @@ #include <winver.h> #include "../../include/git2/version.h" -#ifndef INCLUDE_LIB -#define LIBGIT2_FILENAME "git2.dll" -#else -#define LIBGIT2_FILENAME "libgit2.dll" -#endif +#define LIBGIT2_FILENAME "@LIBGIT2_NAME_PREFIX@git2@LIBGIT2_NAME_SUFFIX@.dll" VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE FILEVERSION LIBGIT2_VER_MAJOR,LIBGIT2_VER_MINOR,LIBGIT2_VER_REVISION,0 |
