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

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLowLevelMahn <dl.soluz@gmx.net>2022-07-06 17:59:30 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-07-06 18:15:01 +0300
commitdf1e0e9f69952125ab3f8a19fa782664d57596a5 (patch)
tree0bf499ba125cba032379e0279a662baea17b2bd5 /tests
parentf8f63cfe439fe4a02b993695e45b30d04a534da8 (diff)
changes gmock_main lib name for debug
Diffstat (limited to 'tests')
-rw-r--r--tests/vs/tests.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vs/tests.vcxproj b/tests/vs/tests.vcxproj
index 703b0ae99..3a45ac60d 100644
--- a/tests/vs/tests.vcxproj
+++ b/tests/vs/tests.vcxproj
@@ -159,7 +159,7 @@
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
- <AdditionalDependencies>gmock_maind.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>gmock_main.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>%systemroot%\System32\xcopy ..\..\contrib\resources $(OutDir)resources /s /i /y &amp;&amp; ^
@@ -254,7 +254,7 @@ $(TargetPath)</Command>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
- <AdditionalDependencies>gmock_maind.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>gmock_main.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>%systemroot%\System32\xcopy ..\..\contrib\resources $(OutDir)resources /s /i /y &amp;&amp; ^