Sha256: c7125765a988fab94f52cf6b9939f11824ecfcc51993bdbc45ad691ce233019b

Contents?: true

Size: 1.47 KB

Versions: 10

Compression:

Stored size: 1.47 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>
#define TD_CPP_LIB_NAME                                                        \
    LIB_PREFIX TD_CPP_LIB_PRE CPP_INTERFACE_VERSTR SHARED_LIB_EXTENTION
#pragma comment(lib, TD_CPP_LIB_NAME)
#endif // TRDCL_AUTOLINK

#endif // BZS_RTL_TRDCLCPPAUTOLINK_H

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
transactd-2.4.5 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.4.4 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.4.3 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.4.2 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.4.0 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.3.0 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.2.0 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.1.0 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.0.1 source/bzs/db/protocol/tdap/client/trdclcppautolink.h
transactd-2.0.0 source/bzs/db/protocol/tdap/client/trdclcppautolink.h