# USE_HKU_DLL_LIB、HKU_DLL_EXPORT只在Windows中生效 # 在只用FSD DLL库的客户程序中,只需要定义USE_HKU_DLL_LIB project : build-dir ../../build/hikyuu_utils : usage-requirements . ; lib hikyuu_utils : [ glob-tree *.cpp ] : gcc ; lib hikyuu_utils : [ glob-tree *.cpp ] : clang ; lib hikyuu_utils : [ glob-tree *.cpp ] : msvc static ; lib hikyuu_utils : [ glob-tree *.cpp ] : msvc shared HKU_API="__declspec(dllexport)" ;