projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91c4dc
)
Changed library name for MSVC++
author
khizmax
<khizmax@gmail.com>
Wed, 13 Sep 2017 05:39:56 +0000
(08:39 +0300)
committer
khizmax
<khizmax@gmail.com>
Wed, 13 Sep 2017 05:39:56 +0000
(08:39 +0300)
cds/details/lib.h
patch
|
blob
|
history
diff --git
a/cds/details/lib.h
b/cds/details/lib.h
index 6f96b3ecf8680fb4f1ad32c197bbd48aeddb778d..404084c63489f99b669288e5488dcf5ed9dea6be 100644
(file)
--- a/
cds/details/lib.h
+++ b/
cds/details/lib.h
@@
-42,7
+42,9
@@
# define CDS_LIB_DEBUG_SUFFIX ""
#endif
-#pragma comment( lib, "libcds-" CDS_PROCESSOR__NICK CDS_LIB_DEBUG_SUFFIX )
+#if CDS_COMPILER == CDS_COMPILER_MSVC || CDS_COMPILER == CDS_COMPILER_INTEL
+# pragma comment( lib, "libcds-" CDS_PROCESSOR__NICK CDS_LIB_DEBUG_SUFFIX )
+#endif
#undef CDS_LIB_DEBUG_SUFFIX