Skip to content
Snippets Groups Projects
Commit cacb73c3 authored by Stig Venaas's avatar Stig Venaas
Browse files

Add -x CompositionExclusions.txt as parameter to ucgendat, in order to

exclude some compositions from comp.dat
parent 1bea1fdd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ LDAP_LIBDIR= ../../libraries
ucgendat: $(LIBRARY) ucgendat.o
$(LTLINK) -o $@ ucgendat.o $(LIBS)
./ucgendat $(srcdir)/UnicodeData.txt
./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt
DATFILES = case.dat cmbcl.dat ctype.dat decomp.dat num.dat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment