summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-11-24 09:22:42 +0000
committerSteve Hay <SteveHay@planit.com>2009-11-24 09:22:42 +0000
commit36ff7f95732aeec6ca1f7152b75dbedf5ce669d1 (patch)
treeb7ccac0baa8949de89200356c4823c4c5b9fec06 /win32
parent524ce141dcd46f87e73a300e1436937336261b19 (diff)
downloadperl-36ff7f95732aeec6ca1f7152b75dbedf5ce669d1.tar.gz
Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51ff743f4d8d6e
Diffstat (limited to 'win32')
-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