From d436ac2f0288d72239bd109fb885949a3763977f Mon Sep 17 00:00:00 2001 From: Dimiter Naydenov Date: Sun, 31 Jul 2022 18:14:08 +0300 Subject: [PATCH] again --- xmlstarlet/build_msvc.bat | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xmlstarlet/build_msvc.bat b/xmlstarlet/build_msvc.bat index eba5477..366791f 100644 --- a/xmlstarlet/build_msvc.bat +++ b/xmlstarlet/build_msvc.bat @@ -32,12 +32,10 @@ rem Patch the win32config.h / config.h to make it compatible with VS 2015+ (libx type ..\include\win32config.h | sed -e "s/#define snprintf _snprintf//g" > ..\include\win32config.h.patch copy ..\include\win32config.h.patch ..\include\win32config.h del ..\include\win32config.h.patch -type ..\include\win32config.h -type VC10\config.h | sed -e "s/#define snprintf _snprintf//g" > VC10\config.h.patch -copy VC10\config.h.patch VC10\config.h -del VC10\config.h.patch -type VC10\config.h +type ..\config.h | sed -e "s/#define snprintf _snprintf//g" > ..\config.h.patch +copy ..\config.h.patch ..\config.h +del ..\config.h.patch nmake all nmake install