Commit graph

624 commits

Author SHA1 Message Date
Harry Moffat
dad2ab22ff clib.dll needs to be copied by hand 2004-08-10 01:08:20 +00:00
Harry Moffat
d021f3f7dc MSVC differences no longer matter. 2004-08-10 01:06:57 +00:00
Harry Moffat
d36916e366 Added a file. 2004-08-10 01:01:23 +00:00
Harry Moffat
f570770835 Added cygwin support 2004-08-10 01:00:42 +00:00
Harry Moffat
fb9c6e91e2 added a file. 2004-08-10 00:23:22 +00:00
Harry Moffat
d3386f0eeb Added windows specific definition block 2004-08-10 00:22:07 +00:00
Harry Moffat
dd1e6aa1db Added a stdio.h reference. 2004-08-10 00:20:52 +00:00
Harry Moffat
cd98d57e31 MSVS differences are now eliminated via a sed script. 2004-08-09 23:58:16 +00:00
Harry Moffat
2924090023 new shell script used for test programs. 2004-08-09 23:45:01 +00:00
Harry Moffat
4c9219b612 added -w option to diff, so that dos unix text file differences
aren't important.
2004-08-09 22:21:04 +00:00
Harry Moffat
17c1a14ea9 Added pc file. 2004-08-09 22:06:15 +00:00
Harry Moffat
755e267b83 added an include 2004-08-09 21:28:54 +00:00
Harry Moffat
8717bef38e added this file for convenience 2004-08-09 20:51:34 +00:00
Harry Moffat
03a6d0daa3 Added this file in. It is recreated during linux makes, but vc++ makes
don't create it.
2004-08-09 20:17:17 +00:00
Harry Moffat
485d0f8b19 Changed cygpath -a -w to cygpath -a -m. This causes backslashes to
be replaced with regular slashes. Backslashes in strings were causing
a lot of problems, as they are interpreted as escape sequences.
Regular slashes in c++ on the pc operate just like backslashes in all
cases.
2004-08-09 17:41:24 +00:00
Harry Moffat
de9e9620e3 Got rid of msvc++ warning message. 2004-08-09 17:38:51 +00:00
Harry Moffat
71405ad250 added cads 2004-08-09 16:54:09 +00:00
Harry Moffat
57aebcba39 Added files 2004-08-09 16:50:01 +00:00
Harry Moffat
a43485ebaf Changed the name of a file. 2004-08-09 15:12:16 +00:00
Harry Moffat
233797d26c Added a file 2004-08-09 15:11:43 +00:00
Dave Goodwin
81f5771b59 improvements to the configuration process 2004-08-09 05:10:18 +00:00
Dave Goodwin
8da6622c31 *** empty log message *** 2004-08-07 06:06:21 +00:00
Harry Moffat
39f9739db6 Added a return statement. 2004-08-06 23:09:53 +00:00
Harry Moffat
c90db701db fixed a few vc++ errors. 2004-08-06 23:00:02 +00:00
Harry Moffat
9788de9846 added some more debugging stuff. 2004-08-06 22:54:39 +00:00
Harry Moffat
3880227fd4 Fixed an error on cygwin 2004-08-06 22:23:06 +00:00
Harry Moffat
05b83f9c4c Added the all: target. 2004-08-06 21:56:36 +00:00
Harry Moffat
e9aa0e734d Added support for build_with_f2c. 2004-08-06 21:53:42 +00:00
Harry Moffat
e41803d9b3 Fixed makefiles within the ext directory.
Added support for build_with_f2c.
2004-08-06 21:52:23 +00:00
Harry Moffat
7f8add797d Added a depends rule 2004-08-06 21:50:39 +00:00
Harry Moffat
d2db6f7725 Added a dir. 2004-08-06 21:31:20 +00:00
Harry Moffat
91ae525d9e Added more files. 2004-08-06 21:29:12 +00:00
Harry Moffat
9c76d004e5 Started this file. 2004-08-06 21:05:00 +00:00
Dave Goodwin
df7a93cf77 fixed Fortran module install bug 2004-08-06 21:03:23 +00:00
Harry Moffat
f3369900b3 Added this file. 2004-08-06 21:01:37 +00:00
Harry Moffat
54cee64982 Added 3 files. 2004-08-06 21:00:12 +00:00
Harry Moffat
3e45d4db8d Added *.pyc rule to .cvsignore 2004-08-06 20:58:36 +00:00
Harry Moffat
d2cc1a38ab Added Makefile. 2004-08-06 20:56:42 +00:00
Harry Moffat
acd155757b Changed the suffix rule format. 2004-08-06 20:55:00 +00:00
Harry Moffat
c00e5fc343 Added the "sleep" system command buf fix for the cygwin environment.
Added debugging printouts for the DEFINE DEBUG_PATH.
2004-08-06 20:51:45 +00:00
Harry Moffat
1b419e5a2d Added a commented out capability to turn on DEBUG_PATHS, which is
used to debug IO data issues.
2004-08-06 20:31:11 +00:00
Harry Moffat
9c5c0116b1 Added 2 defs:
CYGWIN
   WINMSVC
to indicate environments. Used to support putting in sleep commands
into ct2ctml.
2004-08-06 20:29:44 +00:00
Harry Moffat
447a76e55b Changed required file from gri30.xml to gri30.cti. 2004-08-06 20:26:55 +00:00
Harry Moffat
fe782b8329 Added a file. 2004-08-06 20:25:20 +00:00
Harry Moffat
df5690605b Added a check to see if the fortran 90 compiler is available.
Added a few defines to config.h. This is needed to implement the
fix to the directory sync problem I found on cygwin.
2004-08-06 20:22:11 +00:00
Harry Moffat
0b492d3180 Fixed the format of the SUFFIX makefile command. 2004-08-06 15:45:37 +00:00
Dave Goodwin
f0533e0f5b *** empty log message *** 2004-08-06 14:43:08 +00:00
Harry Moffat
8a622ee2a3 Simple shell script to return the architecture. It is to be used on
test problems which produce slightly different results on different
platforms.
2004-08-05 21:32:57 +00:00
Dave Goodwin
9420d9544c *** empty log message *** 2004-08-05 21:25:31 +00:00
Harry Moffat
deedf7cab7 Added brackets. 2004-08-05 19:25:28 +00:00