GN + Android: extract android_standalone_library rule.
[chromium-blink-merge.git] / third_party / libxml / build / generate-win32-headers.bat
blob1d0f85de7341efe6bdeb85a484072e012b578691
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.
4 cd %~dp0\..\win32
5 cscript //E:jscript configure.js compiler=msvc iconv=no icu=yes
6 move ..\config.h .
8 md include\libxml
9 move ..\include\libxml\xmlversion.h include\libxml\