Pleora Technologies Inc. eBUS SDK v6.2.8.5877 API



PvLinkLib.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2017, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #if defined( PV_DEBUG )
8  #define _PT_DEBUG_
9  #define PT_DEBUG_ENABLED
10 #endif
11 
12 #ifdef PT_LIB_STATIC
13  #define PT_SUFFIX_STATIC "_s"
14 #else
15  #define PT_SUFFIX_STATIC
16 #endif
17 
18 #if defined( _PT_DEBUG_ ) && defined( PT_DEBUG_ENABLED )
19  #define PT_SUFFIX_DEBUG "_Dbg"
20 #else
21  #define PT_SUFFIX_DEBUG
22 #endif
23 
24 #if defined( _PT_64_ ) || defined( _WIN64 )
25  #define PT_SUFFIX_64 "64"
26 #else
27  #define PT_SUFFIX_64
28 #endif
29 
30 #if defined( WIN32) && !defined( PV_NO_IMPORT_LIBS )
31  #pragma comment( lib, PT_LIB_NAME PT_SUFFIX_STATIC PT_SUFFIX_64 PT_SUFFIX_DEBUG ".lib" )
32 #endif
33 
34 #undef PT_SUFFIX_STATIC
35 #undef PT_SUFFIX_DEBUG
36 #undef PT_SUFFIX_64
37 #undef PT_LIB_NAME

Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com