Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
/ icu4c-svn Public archive

Mirror of svn project at http://source.icu-project.org/repos/icu/icu/. The FieldWorks branch has some FieldWorks specific enhancements.

License

Notifications You must be signed in to change notification settings

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