From ae79fec8a9ea345e365ba0cbd8d278f4da5940d1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Aug 2009 08:01:09 +0000 Subject: * enc/unicode/name2ctype.h: split from enc/unicode.c and made a perfect hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 2bdc6879f..bba77efd8 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -853,6 +853,10 @@ end lex.c: {$(srcdir)}lex.c.blt copy $(?:/=\) $@ +enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt + $(MAKEDIRS) $(@D:/=\) + copy $(?:/=\) $(@:/=\) + $(OBJS): {$(hdrdir)/ruby}win32.h dir.$(OBJEXT) win32.$(OBJEXT): {$(srcdir)}win32/dir.h -- cgit