aboutsummaryrefslogtreecommitdiff
path: root/ports/antlr4/crt_mt.patch
diff options
context:
space:
mode:
authorflysha <flysha@live.com>2016-12-25 18:44:20 +0800
committerflysha <flysha@live.com>2016-12-25 18:44:20 +0800
commit91f51a084fec588854ea784f3e8a829540664e43 (patch)
tree1a51c53a9234908a7a90e0caaa0c14c8f3d1c9c3 /ports/antlr4/crt_mt.patch
parent692a363701156f1bc319306fbde93fb6748325f6 (diff)
downloadvcpkg-91f51a084fec588854ea784f3e8a829540664e43.tar.gz
vcpkg-91f51a084fec588854ea784f3e8a829540664e43.zip
[antlr4] initial commit
Diffstat (limited to 'ports/antlr4/crt_mt.patch')
-rw-r--r--ports/antlr4/crt_mt.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/ports/antlr4/crt_mt.patch b/ports/antlr4/crt_mt.patch
new file mode 100644
index 000000000..d2e8a28da
--- /dev/null
+++ b/ports/antlr4/crt_mt.patch
@@ -0,0 +1,36 @@
+diff --git a/runtime/antlr4cpp-vs2015.vcxproj b/runtime/antlr4cpp-vs2015.vcxproj
+index 85fa3da..540f031 100644
+--- a/runtime/antlr4cpp-vs2015.vcxproj
++++ b/runtime/antlr4cpp-vs2015.vcxproj
+@@ -201,6 +201,7 @@
+ <DisableSpecificWarnings>4251</DisableSpecificWarnings>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <MinimalRebuild>false</MinimalRebuild>
++ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+@@ -239,6 +240,7 @@
+ <DisableSpecificWarnings>4251</DisableSpecificWarnings>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <MinimalRebuild>false</MinimalRebuild>
++ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+@@ -281,6 +283,7 @@
+ </ForcedIncludeFiles>
+ <DisableSpecificWarnings>4251</DisableSpecificWarnings>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
++ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+@@ -325,6 +328,7 @@
+ </ForcedIncludeFiles>
+ <DisableSpecificWarnings>4251</DisableSpecificWarnings>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
++ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>