marklogic-community / mlcplusplus

C++ wrapper for the MarkLogic REST API, including C .NET bindings
https://marklogic-community.github.io/mlcplusplus/api/
Other
7 stars 5 forks source link

Non standard builds in windows cause mlclient files not to be copied #298

Open adamfowleruk opened 7 years ago

adamfowleruk commented 7 years ago

The script assumes "Debug" or "Release" and "Win32" or "x64" - when a C++ project does not follow this convention then the files in the dependencies are not automatically copied to the output folder.

See if there is a better way of detecting a debug build. (There may not be one!)

adamfowleruk commented 7 years ago

In short term, just add in checks in the build script for Release-MTDLL and Debug-MTDLL