NOTE: See the original project's readme at readme.html
This project is a mirror of the svn project at http://source.icu-project.org/repos/icu/icu/ (see icu-project.org).
Based on the 54.1 release tag, this branch contains some specific changes for the Fieldworks project
These branches are based on -- but have two major differences from -- the 54.1 or whatever release tags:
- It is a "minimum" build as described here
- It is statically linked to remove the dependency on the C++ Redistributable
- This is accomplished by setting the runtime library in each .vcxproj file to MultiThreaded rather than MultiThreadedDLL
These branches are based on -- but have one major differences from -- the 54.1 or whatever release tags:
- It is statically linked to remove the dependency on the C++ Redistributable
- This is accomplished by setting the runtime library in each .vcxproj file to MultiThreaded rather than MultiThreadedDLL