File:  [parser3project] / win32 / build-libs.cmd
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Thu Dec 27 13:08:28 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
CVS tags: HEAD
- build with VS2003 because on Apache 1.3 module can't work with module builded in VS2005

:: 1. download libs
:: 2. unpack in corect directories (overriding existing files)
:: 3. run this file
:: building can be done with VS2003 or VS2005. But careful: Apache 1.3 module wouldn't work if it built with VS 2005. cgi -- fine.

cd gc
call compile.cmd
cd ..

cd gnome\libxml2-x.x.x\win32
call compile.cmd
cd ..\..\..\

cd gnome\libxslt-x.x.x\win32
call compile.cmd
cd ..\..\..\

E-mail: