Sha256: 9db94bacd2f8bf57b922210df5f3d22c439d664938d4a99a3216ff4bb7af75d4
Contents?: true
Size: 1.32 KB
Versions: 17
Compression:
Stored size: 1.32 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> #pragma comment(lib, TD_CPP_LIB_NAME) #endif // TRDCL_AUTOLINK #endif // BZS_RTL_TRDCLCPPAUTOLINK_H
Version data entries
17 entries across 17 versions & 1 rubygems