*** empty log message ***

This commit is contained in:
Dave Goodwin 2004-02-03 04:24:05 +00:00
parent bcbab3832d
commit 0337204812

View file

@ -4,7 +4,7 @@ import sys
bindir = '@ct_bindir@'
libdir = '@buildlib@'
incdir = '@buildinc@'
libs = '@LOCAL_LIBS@ @LIBS@ @FLIBS@'
libs = '-lclib @LOCAL_LIBS@ @LIBS@ @FLIBS@'
f = open('setup.m','w')
f.write('cd cantera\nbuildux\nexit\n')