summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/build/generate-win32-headers.bat
blob: 1d0f85de7341efe6bdeb85a484072e012b578691 (plain)
1
2
3
4
5
6
7
8
9
REM Generate config.h and xmlversion.h.  We put the generated files in
REM win32 so they don't get included on other platforms.

cd %~dp0\..\win32
cscript //E:jscript configure.js compiler=msvc iconv=no icu=yes
move ..\config.h .

md include\libxml
move ..\include\libxml\xmlversion.h include\libxml\