From 5d6222b796733bbd281dfe3b56cb3f96d4894ba7 Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Mon, 12 Jan 2015 14:51:38 +0000 Subject: [PATCH] [0.3.x] fixed : build for vs2012 git-svn-id: https://pykd.svn.codeplex.com/svn@89610 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd/pykd_vc110.vcxproj | 2 +- pykd/stdafx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pykd/pykd_vc110.vcxproj b/pykd/pykd_vc110.vcxproj index 718f768..4571863 100644 --- a/pykd/pykd_vc110.vcxproj +++ b/pykd/pykd_vc110.vcxproj @@ -1,5 +1,5 @@  - + Debug_2.7 diff --git a/pykd/stdafx.h b/pykd/stdafx.h index 9078e48..de4f84f 100644 --- a/pykd/stdafx.h +++ b/pykd/stdafx.h @@ -11,7 +11,7 @@ // Windows Header Files: #include -//#define BOOST_PYTHON_STATIC_LIB +#define BOOST_PYTHON_STATIC_LIB #pragma warning(push) // 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data