Skip to content

sillsdev/icu4c-svn

Repository files navigation

Icu4c

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).

Special long-lived branches

Fieldworks

Based on the 54.1 release tag, this branch contains some specific changes for the Fieldworks project

MinimumStaticallyLinked*

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

FullStaticallyLinked*

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