Skip to content

Commit

Permalink
Include config.mingw.hpp for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Sep 2, 2018
1 parent 5874fe7 commit d9e7dcb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/ql/config.mingw.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

/*
Copyright (C) 2004 Ferdinando Ametrano
Copyright (C) 2000, 2001, 2002, 2003 RiskMap srl
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://quantlib.org/
QuantLib is free software: you can redistribute it and/or modify it
under the terms of the QuantLib license. You should have received a
copy of the license along with this program; if not, please email
<quantlib-dev@lists.sf.net>. The license is also available online at
<http://quantlib.org/license.shtml>.
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 license for more details.
*/

#ifndef quantlib_config_mingw_hpp
#define quantlib_config_mingw_hpp

#include <ql/userconfig.hpp>


#endif

0 comments on commit d9e7dcb

Please sign in to comment.