Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

vcproj: Switch to statically linked runtime libs

Triples the size of the shell extensions, but that is nothing compared to
the size of the redistributable packages.

Changeset 4a3c9f880c0d

Parent f09a79c868de

by Steve Borho

Changes to one file · Browse files at 4a3c9f880c0d Showing diff from parent f09a79c868de Diff from another changeset...

 
199
200
201
202
 
203
204
205
 
283
284
285
286
 
287
288
289
 
199
200
201
 
202
203
204
205
 
283
284
285
 
286
287
288
289
@@ -199,7 +199,7 @@
  UseUnicodeResponseFiles="false"   Optimization="3"   PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;THG_DEBUG;APPMAIN" - RuntimeLibrary="2" + RuntimeLibrary="0"   UsePrecompiledHeader="0"   WarningLevel="2"   Detect64BitPortabilityProblems="true" @@ -283,7 +283,7 @@
  UseUnicodeResponseFiles="false"   Optimization="3"   PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;THG_DEBUG;APPMAIN" - RuntimeLibrary="2" + RuntimeLibrary="0"   UsePrecompiledHeader="0"   WarningLevel="2"   Detect64BitPortabilityProblems="true"