Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitern committed Jul 31, 2022
1 parent dd59159 commit f35be69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmlstarlet/build_msvc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ 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

nmake all
nmake install
Expand Down

0 comments on commit f35be69

Please sign in to comment.