summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-21 08:01:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-21 08:01:09 +0000
commitae79fec8a9ea345e365ba0cbd8d278f4da5940d1 (patch)
treeccd8d2c80200ef1440468d510d6e3ee79894ded5 /win32
parent501ce0d5baf8b3889eb0923f31c4adc5af78edd6 (diff)
downloadruby-ae79fec8a9ea345e365ba0cbd8d278f4da5940d1.tar.gz
ruby-ae79fec8a9ea345e365ba0cbd8d278f4da5940d1.tar.xz
ruby-ae79fec8a9ea345e365ba0cbd8d278f4da5940d1.zip
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 4 insertions, 0 deletions
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