Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-05-16 01:48:32 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-05-16 01:48:35 +0300
commit57740e7e1b2f9f5a0f3e595bdfa134bab8e5d7a8 (patch)
tree15b817d385ae1ee80dd085629eb0473ff6a58d57 /overlay_winx64/overlay_exe_winx64
parente871691c37402065f1edb77bb9e0dfcea6cc9d65 (diff)
Rename overlay helpers to avoid PDB name clashes with DLLs.
Right now, we do not get PDB files for our overlay DLLs because the overlay DLL PDB files share their name with the overlay helper PDB files. To avoid this madness, we rename the overlay helpers as follows: mumble_ol.exe -> mumble_ol_helper.exe mumble_ol_x64.exe -> mumble_ol_helper_x64.exe
Diffstat (limited to 'overlay_winx64/overlay_exe_winx64')
-rw-r--r--overlay_winx64/overlay_exe_winx64/overlay_exe.rc2
-rw-r--r--overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/overlay_winx64/overlay_exe_winx64/overlay_exe.rc b/overlay_winx64/overlay_exe_winx64/overlay_exe.rc
index 2b947f616..ab8735e18 100644
--- a/overlay_winx64/overlay_exe_winx64/overlay_exe.rc
+++ b/overlay_winx64/overlay_exe_winx64/overlay_exe.rc
@@ -30,7 +30,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "FileVersion", "1.3.0"
VALUE "ProductVersion", "1.3.0"
VALUE "LegalCopyright", "Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com>"
- VALUE "OriginalFilename", "mumble_ol_x64.exe"
+ VALUE "OriginalFilename", "mumble_ol_helper_x64.exe"
VALUE "ProductName", "Mumble"
#ifdef SNAPSHOT_BUILD
VALUE "SpecialBuild", "Snapshot development release"
diff --git a/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro b/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
index 9669aa845..d75188c82 100644
--- a/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
+++ b/overlay_winx64/overlay_exe_winx64/overlay_exe_winx64.pro
@@ -1,4 +1,4 @@
CONFIG += force-x86_64-toolchain
VPATH = ../../overlay/overlay_exe
include(../../overlay/overlay_exe/overlay_exe-shared.pro)
-TARGET = mumble_ol_x64
+TARGET = mumble_ol_helper_x64