Hi, Failed finding an option for ant to do it directly I did it hand made using the build-projects-vc8 option.
For the libs apr, aprutil and log4cxx I open the properties dialog and changed the runtime library option to /MT (or /MTd for the debug lib). Building apr and aprutil works well. But log4cxx didn't link because there are missing dependencies. Well, not a big deal I had to add apr.lib and aprutil.lib to the additional dependencies option. should this not already be done by ant -Dbuild-projects-vc8? I'm looking forward for log4cxx release 0.10.0! :-) Cheers ~ Andreas