diff options
Diffstat (limited to 'src/lib/cross_windows.cc')
| -rw-r--r-- | src/lib/cross_windows.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 337750dcb..272467bd3 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -200,6 +200,13 @@ shared_path () boost::filesystem::path +xsd_path () +{ + return directory_containing_executable().parent_path() / "xsd"; +} + + +boost::filesystem::path openssl_path () { return directory_containing_executable() / "openssl.exe"; |
