瀏覽代碼

HPCC-24728 Convert fileservices to use ecllib for windows installs

Removes the need to load the dll and choke on any further dependencies

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
GordonSmith 3 年之前
父節點
當前提交
14e0fdbf61
共有 3 個文件被更改,包括 117 次插入97 次删除
  1. 1 97
      plugins/fileservices/fileservices.cpp
  2. 1 0
      plugins/proxies/CMakeLists.txt
  3. 115 0
      plugins/proxies/lib_fileservices.ecllib

文件差異過大導致無法顯示
+ 1 - 97
plugins/fileservices/fileservices.cpp


+ 1 - 0
plugins/proxies/CMakeLists.txt

@@ -20,6 +20,7 @@ install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib_metaphone.ecllib DESTINATION ${p
 install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib_metaphone3.ecllib DESTINATION ${proxies_out_dir} COMPONENT Runtime)
 install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib_thorlib.ecllib DESTINATION ${proxies_out_dir} COMPONENT Runtime)
 install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib_word.ecllib DESTINATION ${proxies_out_dir} COMPONENT Runtime)
+install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib_fileservices.ecllib DESTINATION ${proxies_out_dir} COMPONENT Runtime)
 
 IF (USE_OPENSSL)
 install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/lib_cryptolib.ecllib DESTINATION plugins COMPONENT Runtime)

文件差異過大導致無法顯示
+ 115 - 0
plugins/proxies/lib_fileservices.ecllib