From: Dave Hart Date: Sun, 19 Mar 2023 19:15:02 +0000 (-0400) Subject: Fix mkver.bat invocation X-Git-Tag: NTP_4_2_8P16~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=553f6abc7ec60a0d4d61dff8575e0535ab9521b3;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)