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

Latest commit

 

History

History
26 lines (15 loc) · 1.21 KB

ReadMe.md

File metadata and controls

26 lines (15 loc) · 1.21 KB

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