From b09cf8f87f43573020f7bbda0d17b657ebbd71a5 Mon Sep 17 00:00:00 2001 From: Maxime Perrotin Date: Thu, 21 Sep 2017 13:53:05 +0200 Subject: [PATCH] Support V2 version of ConcurrencyView.pro named Concurrency_Properties.aadl generate reference in the build script --- c/build_script.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c/build_script.c b/c/build_script.c index 51729c8..0d654f1 100644 --- a/c/build_script.c +++ b/c/build_script.c @@ -186,6 +186,9 @@ void Create_script() fprintf (script, "if [ -f ConcurrencyView.pro ]\n" "then\n" " ORCHESTRATOR_OPTIONS+=\" -w ConcurrencyView.pro \"\n" + "elif [ -f ConcurrencyView_Properties.aadl ]\n" + "then\n" + " ORCHESTRATOR_OPTIONS+=\" -w ConcurrencyView_Properties.aadl \"\n" "fi\n\n" "if [ -f user_init_post.sh ]\n" "then\n" -- GitLab