avoid inconsistent dll linkage warnings with python + switch back to python.org install
This commit is contained in:
parent
be44b647fa
commit
351c0894fa
1 changed files with 3 additions and 2 deletions
|
@ -156,12 +156,12 @@
|
|||
"sources": [ '<!@(find bindings/python/ -name "*.cpp")' ],
|
||||
"dependencies": [ "mapnik" ],
|
||||
'include_dirs': [
|
||||
'c:/tools/python2-x86-32/include'
|
||||
'c:/Python27/include'
|
||||
],
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'AdditionalLibraryDirectories': [
|
||||
'c:/tools/python2-x86-32/libs'
|
||||
'c:/Python27/libs'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -174,6 +174,7 @@
|
|||
'icuuc.lib',
|
||||
'icuin.lib',
|
||||
],
|
||||
'defines':['HAVE_ROUND','HAVE_HYPOT']
|
||||
},{
|
||||
'libraries':[
|
||||
'-lboost_thread'
|
||||
|
|
Loading…
Reference in a new issue