@echo off REM The need for this silly little file arises on WIN32 to build libxml because: REM REM - On WIN32, the build command MUST be run with the win32 directory as REM the current directory, so we must CD there before we invoke the command. REM REM - Running multiple commands from inside CMake is not possible REM (can not first CD and then execute). REM REM When this file runs, the current directory must be set to the libxml source directory. REM cd win32 nmake /f Makefile.msvc