don't depend on msys

This commit is contained in:
berkeviktor@aol.com 2011-08-07 09:37:36 +02:00
parent 518271bd4c
commit 9b4f2b4337
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ rmdir /q /s bin
rmdir /q /s include
rmdir /q /s lib
nmake /nologo /f Makefile.msvc install
mv lib\libxml2.dll bin
move lib\libxml2.dll bin
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
7z a "LibXML-WDK 2.7.8-x64.7z" bin include lib
pause

View File

@ -10,7 +10,7 @@ rmdir /q /s bin
rmdir /q /s include
rmdir /q /s lib
nmake /nologo /f Makefile.msvc install
mv lib\libxml2.dll bin
move lib\libxml2.dll bin
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
7z a "LibXML-WDK 2.7.8 x86.7z" bin include lib
pause