From 959ac0142e99876403e96facf2029b68c85345ae Mon Sep 17 00:00:00 2001 From: "METANEOCORTEX\\Kotti" Date: Fri, 13 Aug 2021 13:14:47 +0200 Subject: [PATCH] +fix: VS project: grepWinNP3: post build step: copy grepWinNP3 lang files to folder, which is expected if grepWinNP3 is started from Notepad3 --- grepWinNP3/grepWinNP3.vcxproj | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/grepWinNP3/grepWinNP3.vcxproj b/grepWinNP3/grepWinNP3.vcxproj index 3ab69b143..d46a56c56 100644 --- a/grepWinNP3/grepWinNP3.vcxproj +++ b/grepWinNP3/grepWinNP3.vcxproj @@ -158,6 +158,12 @@ src\last + + xcopy "$(ProjectDir)translationsNP3\*.lang" "..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\gwLng\*" /V /Q /Y + + + Copy language resorces to build directory + @@ -185,6 +191,12 @@ src\last + + xcopy "$(ProjectDir)translationsNP3\*.lang" "..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\gwLng\*" /V /Q /Y + + + Copy language resorces to build directory + @@ -222,6 +234,12 @@ src\last + + xcopy "$(ProjectDir)translationsNP3\*.lang" "..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\gwLng\*" /V /Q /Y + + + Copy language resorces to build directory + @@ -254,6 +272,12 @@ src\last + + xcopy "$(ProjectDir)translationsNP3\*.lang" "..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\gwLng\*" /V /Q /Y + + + Copy language resorces to build directory + @@ -289,6 +313,12 @@ src\last + + xcopy "$(ProjectDir)translationsNP3\*.lang" "..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\gwLng\*" /V /Q /Y + + + Copy language resorces to build directory + @@ -319,6 +349,12 @@ src\last + + xcopy "$(ProjectDir)translationsNP3\*.lang" "..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\lng\gwLng\*" /V /Q /Y + + + Copy language resorces to build directory +