mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] fixed : build for vs2012
git-svn-id: https://pykd.svn.codeplex.com/svn@89610 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
3409c1eaaf
commit
5d6222b796
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug_2.7|Win32">
|
<ProjectConfiguration Include="Debug_2.7|Win32">
|
||||||
<Configuration>Debug_2.7</Configuration>
|
<Configuration>Debug_2.7</Configuration>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
// Windows Header Files:
|
// Windows Header Files:
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
//#define BOOST_PYTHON_STATIC_LIB
|
#define BOOST_PYTHON_STATIC_LIB
|
||||||
|
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
// 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
|
// 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
|
||||||
|
Loading…
Reference in New Issue
Block a user