@echo off REM REM This is my personal configuration file. REM I am lazy to type all this crap again and again REM You are welcome to customize this file for your REM needs but do not check it into the CVS, please. REM REM Aleksey Sanin REM SET LIBXML2=c:\sdk\libxml2 SET LIBXSLT=c:\sdk\libxslt SET OPENSSL=c:\sdk\openssl SET XMLSEC=c:\sdk\xmlsec SET XMLSEC_INCLUDE=%LIBXML2%\include;%LIBXSLT%\include;%OPENSSL%\include SET XMLSEC_LIB=%LIBXML2%\lib;%LIBXSLT%\lib;%OPENSSL%\lib SET XMLSEC_OPTIONS=static=yes debug=yes xslt=yes del /F Makefile configure.txt cscript configure.js prefix=%XMLSEC% %XMLSEC_OPTIONS% include=%XMLSEC_INCLUDE% lib=%XMLSEC_LIB%