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