summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/Makefile7
-rw-r--r--win32/makefile.mk5
2 files changed, 5 insertions, 7 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 925be46105..0f808c655c 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -574,11 +574,10 @@ PERLSTATIC =
!ENDIF
# Unicode data files generated by mktables
-FIRSTUNIFILE = ..\lib\unicore\Canonical.pl
-UNIDATAFILES = ..\lib\unicore\Canonical.pl ..\lib\unicore\Exact.pl \
- ..\lib\unicore\Properties ..\lib\unicore\Decomposition.pl \
+FIRSTUNIFILE = ..\lib\unicore\Decomposition.pl
+UNIDATAFILES = ..\lib\unicore\Decomposition.pl \
..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \
- ..\lib\unicore\PVA.pl
+ ..\lib\unicore\Heavy.pl
# Directories of Unicode data files generated by mktables
UNIDATADIR1 = ..\lib\unicore\To
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 8a46f37d54..1ea7edb74c 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -749,10 +749,9 @@ PERLSTATIC =
.ENDIF
# Unicode data files generated by mktables
-UNIDATAFILES = ..\lib\unicore\Canonical.pl ..\lib\unicore\Exact.pl \
- ..\lib\unicore\Properties ..\lib\unicore\Decomposition.pl \
+UNIDATAFILES = ..\lib\unicore\Decomposition.pl \
..\lib\unicore\CombiningClass.pl ..\lib\unicore\Name.pl \
- ..\lib\unicore\PVA.pl
+ ..\lib\unicore\Heavy.pl
# Directories of Unicode data files generated by mktables
UNIDATADIR1 = ..\lib\unicore\To