File: c-ares-vs2015.patch

package info (click to toggle)
pycurl 7.45.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,752 kB
  • sloc: python: 8,663; ansic: 6,891; makefile: 202; sh: 183
file content (13 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile.msvc 2015-12-02 22:40:45
+++ b/Makefile.msvc            2015-12-02 22:46:39
@@ -125,6 +125,12 @@
 CC_VERS_NUM = 110
 !ELSEIF "$(_NMAKE_VER)" == "11.00.60315.1"
 CC_VERS_NUM = 110
+!ELSEIF "$(_NMAKE_VER)" == "11.00.61030.0"
+CC_VERS_NUM = 110
+!ELSEIF "$(_NMAKE_VER)" == "12.00.21005.1"
+CC_VERS_NUM = 120
+!ELSEIF "$(_NMAKE_VER)" == "14.00.23026.0"
+CC_VERS_NUM = 140
 !ELSE