From 7b72b5492e7aa07fc85bf5912d14db290916ca51 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 26 Mar 2009 23:15:04 +0000 Subject: [PATCH] Starting to update the windows port. -> lots of unanswered questions here. --- configure.in | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/configure.in b/configure.in index 97d32b082..a3b99e032 100755 --- a/configure.in +++ b/configure.in @@ -1309,8 +1309,11 @@ else fi if test "x$OS_IS_WIN" = "x1"; then - CXX=cl.exe - CC=cl.exe + #CXX=cl.exe + #CC=cl.exe + #export CXX + AC_PROG_CXX() + AC_PROG_CC() else # @@ -1885,10 +1888,11 @@ AC_OUTPUT(Makefile \ ) # ) if test "x${OS_IS_WIN}" = "x1"; then -cp -f config.h ../Cantera/src -cd ext/f2c_libs -cp arith.hwin32 arith.h -cd ../.. + cp -f config.h winconfig.h + echo 'copying config.h, which we just customized for the requested configuration, to winconfg.h' + cd ext/f2c_libs + cp arith.hwin32 arith.h + cd ../.. fi if test -f "test_problems/ck2cti_test/runtest"; then chmod +x test_problems/ck2cti_test/runtest @@ -1997,10 +2001,11 @@ fi echo if test "x${OS_IS_WIN}" = "x0"; then echo "Now type '${MAKE}' to build Cantera" -# else -# echo "Now start Visual Studio, open workspace 'win32/cantera.dsw'," -# echo "and build project 'all'. When this finishes, come back here and " -# echo "type 'make win' to make the Python and/or MATLAB interfaces." +else + echo "Now start Visual Studio, open workspace 'win32/vc8/cantera.sln'," + echo "and build project 'all'. " +# echo " When this finishes, come back here and " +# echo "type 'make win' to make the Python and/or MATLAB interfaces." fi echo