jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
402 stars 41 forks source link

Added include directories and linker dependencies for Win32 debug build. #35

Closed akasubi closed 8 years ago

akasubi commented 8 years ago

Edited the vcxproj files, so that a debug build of encfs4win can be made in the IDE. Note that debug versions of tinyxml and dokan must be built before building the encfs4win debug version.

jetwhiz commented 8 years ago

Thanks @wezeku! I'll have to modify the build scripts to allow for a debug-mode build at some point, but at least it can be done manually for now.