From b0cb6bf0a4ddde93fac4286963bb4443972aa65b Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sat, 11 Nov 2023 12:38:16 +0100 Subject: [PATCH] Add new Build Release and Build Debug configurations Two new run configurations for Build Release and Build Debug have been added. These configurations include specific options, like location of working directory and external build option. Each configuration includes a unique name and target name. --- .run/Build Debug.run.xml | 10 ++++++++++ .run/Build Release.run.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .run/Build Debug.run.xml create mode 100644 .run/Build Release.run.xml diff --git a/.run/Build Debug.run.xml b/.run/Build Debug.run.xml new file mode 100644 index 0000000000..6a80d76b97 --- /dev/null +++ b/.run/Build Debug.run.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/Build Release.run.xml b/.run/Build Release.run.xml new file mode 100644 index 0000000000..8231638ef7 --- /dev/null +++ b/.run/Build Release.run.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file