From 7d3c674a0444e7688178b00ae4675bb65c685798 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 20 Dec 2011 18:06:46 +0200 Subject: Abandon attempt to use the debug CRT in a dbgutil build --- python/Python-2.6.1.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/Python-2.6.1.patch b/python/Python-2.6.1.patch index ac70bab33f70..fe04ae33b384 100644 --- a/python/Python-2.6.1.patch +++ b/python/Python-2.6.1.patch @@ -434,7 +434,7 @@ } else if (strcmp(argv[1], "Debug") == 0) { - strcat_s(command, CMD_SIZE, "-D_DEBUG -MDd "); -+ strcat_s(command, CMD_SIZE, "-D_DEBUG -MD "); ++ strcat_s(command, CMD_SIZE, "-MD "); } else if (strcmp(argv[1], "ReleaseItanium") == 0) { strcat_s(command, CMD_SIZE, "-MD /USECL:MS_ITANIUM "); -- cgit