hadoop/hadoop-hdfs-project/hadoop-hdfs-native-client/src
Gautham B A d1ce965645
HDFS-17636. Don't add declspec for Windows (#7096)
* Windows doesn't want the
  macro _JNI_IMPORT_OR_EXPORT_
  to be defined in the function
  definition. It fails to compile with
  the following error -
  "definition of dllimport function
  not allowed".
* However, Linux needs it. Hence,
  we're going to add this macro
  based on the OS.
* Also, we'll be compiling the `hdfs`
  target as an object library so that
  we can avoid linking to `jvm`
  library for `get_jni_test` target.
2024-10-22 23:15:23 +05:30
..
main/native HDFS-17636. Don't add declspec for Windows (#7096) 2024-10-22 23:15:23 +05:30
CMakeLists.txt HDFS-16464. Create only libhdfspp static libraries for Windows (#4571) 2022-07-19 21:37:22 +05:30
config.h.cmake HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai. 2015-10-07 00:06:33 -07:00