mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![nobu](/assets/img/avatar_default.png)
* ext/io/console/console.c (console_key_pressed_p): new method IO#pressed? on Windows. [EXPERIMENTAL] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
274 B
Text
10 lines
274 B
Text
$(OBJS): $(HDRS) $(ruby_headers) \
|
|
$(VK_HEADER) \
|
|
$(hdrdir)/ruby/io.h \
|
|
$(hdrdir)/ruby/encoding.h \
|
|
$(hdrdir)/ruby/oniguruma.h
|
|
|
|
win32_vk.h: win32_vk.list
|
|
|
|
.list.h:
|
|
gperf --ignore-case -E -C -P -p -j1 -i 1 -g -o -t -K ofs -N console_win32_vk -k* --output-file=$@ $<
|