cantera/Cantera/cxx
Ray Speth d3c09984d0 Fixed some preprocessor directives for MinGW
The purpose of these changes is to make the distinction between
compiling under Windows (in which case _WIN32 is defined) and
compiling with the Microsoft compiler (in which case _MSC_VER is
defined). These changes are from the patch submitted by David
Fronczek.
2012-01-19 20:30:26 +00:00
..
demos Fixed some preprocessor directives for MinGW 2012-01-19 20:30:26 +00:00
include Fixed some preprocessor directives for MinGW 2012-01-19 20:30:26 +00:00
src Fixed MSVC warning LNK4221 by removing a few "empty" source files 2012-01-17 04:12:23 +00:00
README Initial revision 2003-04-14 17:57:48 +00:00
SConscript Add stage_dir config option 2011-12-14 19:41:21 +00:00

This directory contains files that are part of the C++ user
interface. For the kernel C++ files, see directory ../src.