From 3ece349b3b40f3c67a80417d9079b8a8a978b217 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 19 Jan 2017 21:52:06 +0100 Subject: [PATCH] update isitthere scripts for the new version --- isitthere/d2kw.sh | 2 +- isitthere/d2sp.sh | 2 +- isitthere/gdbstop.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/isitthere/d2kw.sh b/isitthere/d2kw.sh index 247f6ffe..3b7c08b4 100644 --- a/isitthere/d2kw.sh +++ b/isitthere/d2kw.sh @@ -1 +1 @@ -isitthere --if=d2kw.txt --ml=512 --hf=0 \ No newline at end of file +isitthere --if=d2kw.txt --ml=512 --fk=pascal --of=d2kw.pas --fn=keywordsMap \ No newline at end of file diff --git a/isitthere/d2sp.sh b/isitthere/d2sp.sh index dffd3075..e661db53 100644 --- a/isitthere/d2sp.sh +++ b/isitthere/d2sp.sh @@ -1 +1 @@ -isitthere --if=d2sp.txt --ml=16 --hf=0 \ No newline at end of file +isitthere --if=d2sp.txt --ml=16 --fk=pascal --of=d2sp.pas --fn=specialKeywordsMap \ No newline at end of file diff --git a/isitthere/gdbstop.sh b/isitthere/gdbstop.sh index 1f752884..1143ac9b 100644 --- a/isitthere/gdbstop.sh +++ b/isitthere/gdbstop.sh @@ -1 +1 @@ -isitthere --if=gdbstop.txt --ml=16 --hf=0 \ No newline at end of file +isitthere --if=gdbstop.txt --ml=16 --fk=pascal --of=gdbstop.pas --fn=stopReasons \ No newline at end of file