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

Commit f35be69

Browse files
committed
Debug
1 parent dd59159 commit f35be69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xmlstarlet/build_msvc.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ rem Patch the win32config.h / config.h to make it compatible with VS 2015+ (libx
3232
type ..\include\win32config.h | sed -e "s/#define snprintf _snprintf//g" > ..\include\win32config.h.patch
3333
copy ..\include\win32config.h.patch ..\include\win32config.h
3434
del ..\include\win32config.h.patch
35+
type ..\include\win32config.h
36+
3537
type VC10\config.h | sed -e "s/#define snprintf _snprintf//g" > VC10\config.h.patch
3638
copy VC10\config.h.patch VC10\config.h
3739
del VC10\config.h.patch
40+
type VC10\config.h
3841

3942
nmake all
4043
nmake install

0 commit comments

Comments
 (0)