Skip to content

Commit f2b8b33

Browse files
committed
Use Runtime Library option as MT instead of MTD
It's for removing the dependency of some runtime libraries.
1 parent 322f735 commit f2b8b33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vcxproj/nppPluginList.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@
9292
</PropertyGroup>
9393
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
9494
<LinkIncremental>false</LinkIncremental>
95+
<OutDir>..\bin\</OutDir>
9596
</PropertyGroup>
9697
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
9798
<LinkIncremental>false</LinkIncremental>
99+
<OutDir>..\bin64\</OutDir>
98100
</PropertyGroup>
99101
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
100102
<ClCompile>
@@ -105,6 +107,7 @@
105107
<TreatWarningAsError>true</TreatWarningAsError>
106108
<SDLCheck>true</SDLCheck>
107109
<MultiProcessorCompilation>true</MultiProcessorCompilation>
110+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
108111
</ClCompile>
109112
<Link>
110113
<SubSystem>Windows</SubSystem>
@@ -125,6 +128,7 @@
125128
<TreatWarningAsError>true</TreatWarningAsError>
126129
<SDLCheck>true</SDLCheck>
127130
<MultiProcessorCompilation>true</MultiProcessorCompilation>
131+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
128132
</ClCompile>
129133
<Link>
130134
<SubSystem>Windows</SubSystem>
@@ -147,6 +151,7 @@
147151
<TreatWarningAsError>true</TreatWarningAsError>
148152
<SDLCheck>true</SDLCheck>
149153
<MultiProcessorCompilation>true</MultiProcessorCompilation>
154+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
150155
</ClCompile>
151156
<Link>
152157
<SubSystem>Windows</SubSystem>
@@ -173,6 +178,7 @@
173178
<TreatWarningAsError>true</TreatWarningAsError>
174179
<SDLCheck>true</SDLCheck>
175180
<MultiProcessorCompilation>true</MultiProcessorCompilation>
181+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
176182
</ClCompile>
177183
<Link>
178184
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)