3dtof / voxelsdk

VoxelSDK - an SDK supporting TI's 3D Time of Flight cameras
BSD 3-Clause "New" or "Revised" License
108 stars 71 forks source link

Debug build searches for python27_d.lib instead of python27.lib #161

Open suramyag1 opened 6 years ago

suramyag1 commented 6 years ago

A debug build searches for the debug python libraries which is generally not present in the system. Need to use python27.lib for all cases for generating python bindings.