Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl.git] branch blead, updated. v5.11.2-60-g36ff7f9

0 views
Skip to first unread message

Steve Hay

unread,
Nov 24, 2009, 4:23:08 AM11/24/09
to perl5-...@perl.org
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/36ff7f95732aeec6ca1f7152b75dbedf5ce669d1?hp=524ce141dcd46f87e73a300e1436937336261b19>

- Log -----------------------------------------------------------------
commit 36ff7f95732aeec6ca1f7152b75dbedf5ce669d1
Author: Steve Hay <Stev...@planit.com>
Date: Tue Nov 24 09:22:42 2009 +0000

Fix Win32 makefiles as per f86864acbf97469fd9e5d5233d51ff743f4d8d6e
-----------------------------------------------------------------------

Summary of changes:
win32/Makefile | 7 +++----
win32/makefile.mk | 5 ++---
2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/win32/Makefile b/win32/Makefile
index 925be46..0f808c6 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 8a46f37..1ea7edb 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

--
Perl5 Master Repository

0 new messages