summaryrefslogtreecommitdiffstats
path: root/third_party/libxslt/build/generate-win32-headers.bat
blob: efa8acfde2265ae2dfc1d9ff96447f7d38b29bf4 (plain)
1
2
3
4
5
6
REM Generate libxslt/xsltconfig.h.
REM We don't need config.h on windows, so we delete that file.

cd %~dp0\..\win32
cscript //E:jscript configure.js compiler=msvc
del ..\config.h