From 7f2e2021a802aca3848f654bc3cdf55c952a5e54 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Nov 2018 13:18:32 +0100 Subject: [PATCH] Update project files --- src/testproperties.prj.default | 8 ++++---- src/testproperties_win.prj.default | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/testproperties.prj.default b/src/testproperties.prj.default index c911bb6..2b0c828 100644 --- a/src/testproperties.prj.default +++ b/src/testproperties.prj.default @@ -42,10 +42,10 @@ Global ExportedNames: Paths Path: {Project} - Path: {Project}*clean-compiler*frontend - Path: {Project}*clean-compiler*backend - Path: {Project}*clean-compiler*main - Path: {Project}*clean-compiler*main*Unix + Path: {Project}*compiler*frontend + Path: {Project}*compiler*backend + Path: {Project}*compiler*main + Path: {Project}*compiler*main*Unix Path: {Application}*lib*Platform Path: {Application}*lib*Platform*Deprecated*ArgEnv OtherPaths diff --git a/src/testproperties_win.prj.default b/src/testproperties_win.prj.default index 8b94880..5f6aa89 100644 --- a/src/testproperties_win.prj.default +++ b/src/testproperties_win.prj.default @@ -42,10 +42,10 @@ Global ExportedNames: Paths Path: {Project} - Path: {Project}*clean-compiler*frontend - Path: {Project}*clean-compiler*backend - Path: {Project}*clean-compiler*main - Path: {Project}*clean-compiler*main*Windows + Path: {Project}*compiler*frontend + Path: {Project}*compiler*backend + Path: {Project}*compiler*main + Path: {Project}*compiler*main*Windows Path: {Application}*Libraries*Platform Path: {Application}*Libraries*Platform*Deprecated*ArgEnv OtherPaths -- GitLab