Skip to content

Commit 75d201f

Browse files
committed
fix release build to build for mongos visual studio
1 parent 015bbe7 commit 75d201f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

db/db.vcproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,7 @@
16591659
<Tool
16601660
Name="VCCLCompilerTool"
16611661
UsePrecompiledHeader="0"
1662+
PrecompiledHeaderThrough=""
16621663
/>
16631664
</FileConfiguration>
16641665
<FileConfiguration
@@ -1695,6 +1696,7 @@
16951696
<Tool
16961697
Name="VCCLCompilerTool"
16971698
UsePrecompiledHeader="0"
1699+
PrecompiledHeaderThrough=""
16981700
/>
16991701
</FileConfiguration>
17001702
<FileConfiguration

dbgrid/dbgrid.vcproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,14 @@
427427
UsePrecompiledHeader="0"
428428
/>
429429
</FileConfiguration>
430+
<FileConfiguration
431+
Name="Release|Win32"
432+
>
433+
<Tool
434+
Name="VCCLCompilerTool"
435+
UsePrecompiledHeader="0"
436+
/>
437+
</FileConfiguration>
430438
<FileConfiguration
431439
Name="Debug Recstore|Win32"
432440
>
@@ -447,6 +455,14 @@
447455
UsePrecompiledHeader="0"
448456
/>
449457
</FileConfiguration>
458+
<FileConfiguration
459+
Name="Release|Win32"
460+
>
461+
<Tool
462+
Name="VCCLCompilerTool"
463+
UsePrecompiledHeader="0"
464+
/>
465+
</FileConfiguration>
450466
<FileConfiguration
451467
Name="Debug Recstore|Win32"
452468
>

0 commit comments

Comments
 (0)