cantera/config
Harry Moffat a01ddcedcc This is the start of trying to handle 32 bit vs. 64 bit compilation
on select platforms. For example, on linux you can compile 32 bit
and 64 bit if the os and hardware can handle 64 bits. In many cases
you want to stick to 32 bit compilations. One reason is that
python may only be set up for 32 bit add-on modules.
   e.g see the SIZEOF_VOID_P defn in pyconfig.h

So, I added BITCOMPILE BITHARDWARE, and BITCHANGE variables
I also added the variable ldemulationarg, because it's needed in
one case for 32 bit compilations on 64 bit linux boxes.

Later I will add the default compiler flags that make this 32 bit
compilation work. Now they are brought in through a prep script.
2006-03-03 18:03:22 +00:00
..
.cvsignore arith.h needs to be created for win 2004-08-10 01:09:30 +00:00
Cantera.README Initial revision 2003-04-14 17:57:48 +00:00
config.guess Initial revision 2003-04-14 17:57:48 +00:00
config.h.in Initial revision 2003-04-14 17:57:48 +00:00
config.sub Initial revision 2003-04-14 17:57:48 +00:00
configure This is the start of trying to handle 32 bit vs. 64 bit compilation 2006-03-03 18:03:22 +00:00
configure.in This is the start of trying to handle 32 bit vs. 64 bit compilation 2006-03-03 18:03:22 +00:00
install-sh Initial revision 2003-04-14 17:57:48 +00:00
testpch.h initial import 2003-12-22 14:41:25 +00:00