From 26237e6859ddef5fb42f1ff609d964a31c749a25 Mon Sep 17 00:00:00 2001 From: Pierre Wielders Date: Sun, 25 Oct 2020 19:04:24 +0100 Subject: [PATCH] [WINDOWS] Copy the definitions.h file in the weindows environment (i.s.o. symbolic link) --- definitions/Definitions.vcxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/definitions/Definitions.vcxproj b/definitions/Definitions.vcxproj index 31746a12..60ed6fe7 100644 --- a/definitions/Definitions.vcxproj +++ b/definitions/Definitions.vcxproj @@ -285,6 +285,9 @@ ClCompile true + + copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces + @@ -330,6 +333,9 @@ ClCompile true + + copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces + @@ -379,6 +385,9 @@ ClCompile true + + copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces + @@ -428,6 +437,9 @@ ClCompile true + + copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces +