Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCA 16.0 from Ken #571

Merged
merged 14 commits into from
Nov 23, 2023
19 changes: 3 additions & 16 deletions c/uca/sifter/build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
# sjam makefile to build sifter for all platforms
#
# This makefile is used with sjam to automate the build
# of the Collation Table Sifter
# for the Unicode Infrastructure Library.
# of the Collation Table Sifter, to generate DUCET and the CTT
#
# Required environment variables:
# CALM_PROJECT_ROOT points to the top directory for the UIL source
# CALM_PROJECT_ROOT points to the top directory for the source
# SSMODE is set to "dev" or "purify" (default is "normal")
# SSBUILT is set to the target build directory

SSPart unilib utility sifter ;
SSPart unilib sifter ;

SSLocalHdrs unilib src ;

Expand All @@ -24,15 +23,3 @@ SSMain sifter :
unisifex.c
;

SSSybLibs ustbuild : unic ;

SSMain ustbuild :
ustbuild.c
unisift2.c
ustwrite.c
;





Empty file added c/uca/sifter/uc151to160add.txt
Empty file.
Loading
Loading