Home | History | Annotate | Download | only in build
      1 REM Generate libxslt/xsltconfig.h.
      2 REM We don't need config.h on windows, so we delete that file.
      3 
      4 cd %~dp0\..\win32
      5 cscript //E:jscript configure.js compiler=msvc
      6 del ..\config.h
      7