Annotation of win32/gnome/libxml2-x.x.x/win32/compile.cmd, revision 1.11

1.11    ! misha       1: call "%VS71COMNTOOLS%\vsvars32.bat"
        !             2: REM call "%VS80COMNTOOLS%\vsvars32.bat"
1.10      misha       3: 
                      4: copy /Y ..\runtest.parser3.c ..\runtest.c
                      5: 
                      6: ::about options see parser3/INSTALL
                      7: set options=ftp=no http=no docb=no walker=no catalog=no
                      8: set options=%options% iconv=no xml_debug=no legacy=no push=no regexps=no 
                      9: set options=%options% reader=no writer=no schemas=no schematron=no modules=no
                     10: ::set options=%options% pattern=no
                     11: 
                     12: cscript configure.js %options% prefix=release
                     13: nmake clean install
                     14: pause
                     15: nmake clean
                     16: 
                     17: cscript configure.js %options% prefix=debug debug=yes cruntime=/MDd
                     18: nmake clean install
                     19: ::do not, so that .pdb could be found [.dll contains path to bin.msvc]
                     20: ::nmake clean
                     21: pause

E-mail: