Ver código fonte

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 anos atrás
pai
commit
14e0fdbf61

Diferenças do arquivo suprimidas por serem muito extensas
+ 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)

Diferenças do arquivo suprimidas por serem muito extensas
+ 115 - 0
plugins/proxies/lib_fileservices.ecllib