summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2007-04-27 18:09:56 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-27 14:19:15 +0000
commite64b1bd1d100534286224b3b46db4d9c6a8cb3a9 (patch)
tree45f340af8635a5079d349ccd92b2249267e66bef /win32
parent62aa7ed050aea99a989c95f16814568cdce5b315 (diff)
downloadperl-e64b1bd1d100534286224b3b46db4d9c6a8cb3a9.tar.gz
Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com> p4raw-id: //depot/perl@31102
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index ca08398d20..58c17a841e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -823,9 +823,18 @@ all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \
cd ..
regcomp.pl
cd win32
+
+..\regcharclass.h : ..\Porting\regcharclass.pl
+ cd ..
+ Porting\regcharclass.pl
+ cd win32
regnodes : ..\regnodes.h
+..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h
+
+..\regexec$(o) : ..\regnodes.h ..\regcharclass.h
+
reonly : regnodes .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) \
$(PERLEXE) $(X2P) Extensions_reonly
@echo Perl and 're' are up to date.