mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
Merge remote-tracking branch 'origin/poco-1.9.1' into poco-1.9.1
This commit is contained in:
commit
599e6120ad
@ -53,6 +53,15 @@
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// Automatically link Data library.
|
||||
//
|
||||
#if defined(_MSC_VER) && !defined(POCO_NO_AUTOMATIC_LIBS)
|
||||
#if !defined(CppUnit_EXPORTS)
|
||||
#pragma comment(lib, "PocoCppUnit" POCO_LIB_SUFFIX)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Turn off some annoying warnings
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4786) // identifier truncation warning
|
||||
|
Loading…
x
Reference in New Issue
Block a user