dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / library / libxml2-2.6.7.win32 / libxml-configure-win32.bat
blob06553f6d359ec1f61c4f0dee735876094f0f272e
1 REM Copy this into the libxml*\win32 directory, then run it.
2 REM It will generate the libxml2 debug and release distribution we use for SWG
3 REM in d:\temp\libxml-build\debug and d:\temp\libxml-build\release
5 @REM debug library configuration and build
6 cscript configure.js ftp=no http=no html=yes c14n=no docb=no iconv=no xml_debug=yes mem_debug=yes sax1=yes legacy=no cruntime=/MTd prefix=d:\temp\libxml-build\debug debug=yes
7 nmake /f Makefile.msvc clean
8 nmake /f Makefile.msvc
9 nmake /f Makefile.msvc install
11 @REM release library configuration and build
12 cscript configure.js ftp=no http=no html=yes c14n=no docb=no iconv=no xml_debug=no mem_debug=no sax1=yes legacy=no cruntime=/MT prefix=d:\temp\libxml-build\release debug=no
13 nmake /f Makefile.msvc clean
14 nmake /f Makefile.msvc
15 nmake /f Makefile.msvc install