diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-05-31 19:06:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-05-31 19:06:21 +0000 |
commit | 7ebf06b31de77009e38bdcb8efee7397a3652311 (patch) | |
tree | 875835d0660830738ba890673c4023c1e27f5f9e /win32 | |
parent | 8aa03e5d63b0323d10767d89d543f39f35238218 (diff) | |
download | perl-7ebf06b31de77009e38bdcb8efee7397a3652311.tar.gz |
replace the run time code in lib/utf8_pva.pl with data generated
at build by mktables, stored in lib/unicore/PVA.pl
p4raw-id: //depot/perl@22881
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 3 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 308099f8a5..6f3e6ce425 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -454,7 +454,8 @@ X2P = ..\x2p\a2p.exe # Unicode data files generated by mktables UNIDATAFILES = ..\lib\unicore\Canonical.pl ..\lib\unicore\Exact.pl \ ..\lib\unicore\Properties ..\lib\unicore\Decomposition.pl \ - ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl + ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \ + ..\lib\unicore\PVA.pl # Directories of Unicode data files generated by mktables UNIDATADIRS = ..\lib\unicore\To ..\lib\unicore\lib diff --git a/win32/makefile.mk b/win32/makefile.mk index 8aca9185b1..f61b7b5ea2 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -577,7 +577,8 @@ X2P = ..\x2p\a2p.exe # Unicode data files generated by mktables UNIDATAFILES = ..\lib\unicore\Canonical.pl ..\lib\unicore\Exact.pl \ ..\lib\unicore\Properties ..\lib\unicore\Decomposition.pl \ - ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl + ..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \ + ..\lib\unicore\PVA.pl # Directories of Unicode data files generated by mktables UNIDATADIRS = ..\lib\unicore\To ..\lib\unicore\lib |