From: Dave Hart Date: Sun, 19 Mar 2023 19:15:02 +0000 (-0400) Subject: Fix mkver.bat invocation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1df9d7b3a12158ea00436d3f12484045b45b61e;p=thirdparty%2Fntp.git Fix mkver.bat invocation bk: 64175f36rx6nl_r6uZHQ039qzeJ_9A --- diff --git a/ports/winnt/vs2015/ntpd/ntpd.vcxproj b/ports/winnt/vs2015/ntpd/ntpd.vcxproj index 32636048a..9f60ac232 100644 --- a/ports/winnt/vs2015/ntpd/ntpd.vcxproj +++ b/ports/winnt/vs2015/ntpd/ntpd.vcxproj @@ -466,11 +466,11 @@ Using NT Shell Script to generate version.c Using NT Shell Script to generate version.c - ..\..\scripts\mkver.bat -P $(ProjectName) + call ..\..\scripts\mkver.bat -P $(ProjectName) call ..\..\scripts\mkver.bat -P $(ProjectName) - ..\..\scripts\mkver.bat;..\..\include\config.h;%(AdditionalInputs) + call ..\..\scripts\mkver.bat;..\..\include\config.h;%(AdditionalInputs) .\version.c;%(Outputs)