Sha256: e0ac38ed05490f35a2b1200e3d60d7c74c3601c587957957d18c9783b85545ab

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 KB

Contents

#ifndef BZS_RTL_TRDCLCPPAUTOLINK_H
#define BZS_RTL_TRDCLCPPAUTOLINK_H
/*=================================================================
   Copyright (C) 2013 BizStation Corp All rights reserved.

   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License
   as published by the Free Software Foundation; either version 2
   of the License, or (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software 
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
   02111-1307, USA.
=================================================================*/

/* For windows client application programs 
If you need auto link then you define TRDCL_AUTOLINK and assign 
library path in project option.

*/

#ifdef TRDCL_AUTOLINK
#	include <bzs/env/compiler.h>
#	include <bzs/db/protocol/tdap/tdapcapi.h>
#	if (__BCPLUSPLUS__ && __clang__)
#		define LIB_EXTENTION ".a"
#	else
#		define LIB_EXTENTION ".lib"
#	endif
#	define TD_CPP_LIB_NAME TD_CPP_LIB_PRE CPP_INTERFACE_VERSTR LIB_EXTENTION
#	pragma comment(lib, TD_CPP_LIB_NAME)
#endif //TRDCL_AUTOLINK

#endif //BZS_RTL_TRDCLCPPAUTOLINK_H

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
transactd-1.2.0 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-1.1.2 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-1.0.1 source/bzs/db/protocol/tdap/client/trdclcppautolink.h