~wbetz/fesslix/dyna

« back to all changes in this revision

Viewing changes to src/flxlibs_interface.cpp

  • Committer: Wolfgang Betz
  • Date: 2016-03-02 06:41:34 UTC
  • Revision ID: wolfgang.betz@fesslix.org-20160302064134-enndowgnvr745cai
Adapted to Fesslix version trunk.1284

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Fesslix-library finan
2
 
 * Copyright (C) 2014-2014 Wolfgang Betz
 
1
/* Fesslix - Stochastic Analysis
 
2
 * Copyright (C) 2010-2016 Wolfgang Betz
 
3
 *
 
4
 * Fesslix is free software: you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation, either version 3 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * Fesslix is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with Fesslix.  If not, see <http://www.gnu.org/licenses/>. 
3
16
 */
4
17
 
5
 
 
6
18
#include "flxlibs_interface.h"
7
19
 
 
20
#ifdef __WINDOWS__
 
21
  #pragma comment(lib, "flxlib")
 
22
  #pragma comment(lib, "flxkernel")
 
23
#endif
8
24
 
9
25
 
10
26
flxlibs_interface::~flxlibs_interface()