fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
535 stars 145 forks source link

cpp files not found in src directory #101

Open deepak543 opened 5 years ago

deepak543 commented 5 years ago

I am trying to build the leveldbjni.dll with visual studio 2017. The existing project file inside leveldbjni\src\main\native-package\vs2010.vcxproj

has included

but the src directory contains only buffer.c

I am not able to rebuild the native dll with visual studio 2017 as the cpp files are missing.

Am i missing something else here ?