From: poy <po...@12...> - 2008-05-23 10:08:49
|
i've looked into the errors i was getting when trying to build intl/ with MSVC and they were pretty easy to solve; it was only a matter of changing #define's in config.h. so using precompiled libraries may not be needed after all. :) in the attached patch i've created 2 config.h files, 1 for each compiler; to avoid having "#ifdef compiler"s all over the config file. also, tsearch added as MSVC needs it. things should remain exactly the same as before when using GCC. poy |