Overview
Comment: | Fixed parser path. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/merging-ode2odes-exe | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e7c08c709a5493d4529f82048b0e76a3 |
User & Date: | geraint@users.sourceforge.net on 2001-03-09 02:52:11 |
Other Links: | branch diff | manifest | tags |
Context
2001-03-09
| ||
02:59:26 | got_comment: (char)c no longer compared to (int)EOF. check-in: be3660debc user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk | |
02:52:11 | Fixed parser path. check-in: e7c08c709a user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk | |
2001-03-07
| ||
04:06:55 |
Irix: catch SIGFPE and write data before aborting (.exe). GNU/Linux: nada. check-in: 30eac5fc49 user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk | |
Changes
Modified mttroot/mtt/cc/Makefile from [10f25bc91c] to [5b47b1a5b7].
︙ | ︙ | |||
16 17 18 19 20 21 22 | endif all: $(sys)_$(rep).cc parser: parse_m2cc.cc | | | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | endif all: $(sys)_$(rep).cc parser: parse_m2cc.cc g++ $< $(CFLAGS) -o ${MTTPATH}/trans/parser -I${MTTPATH}/../cc/include ifeq ($(rep),ode2odes) $(sys)_ode2odes.cc: ode2odes.cc cat ode2odes.cc | sed 's/\$$/$(sys)/' > $(sys)_ode2odes.cc else $(sys)_$(rep).cc: $(sys)_def.h $(sys)_sympar.h $(sys)_def.r $(sys)_$(rep).m mtt_m2cc.sh ${sys} ${rep} parser |
︙ | ︙ |