1 REM Generate config.h and xmlversion.h. We put the generated files in 2 REM win32 so they don't get included on other platforms. 3 4 cd %~dp0\..\win32 5 cscript //E:jscript configure.js compiler=msvc iconv=no icu=yes 6 move ..\config.h . 7 8 md include\libxml 9 move ..\include\libxml\xmlversion.h include\libxml\ 10