mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![suke](/assets/img/avatar_default.png)
win32ole.c * ext/win32ole/win32ole.h: ditto. * ext/win32ole/win32ole_typelib.c: ditto. * ext/win32ole/win32ole_typelib.h: ditto. * ext/win32ole/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
267 B
Text
5 lines
267 B
Text
WIN32OLE_HEADERS = $(HDRS) $(ruby_headers)
|
|
win32ole.o : win32ole.c $(WIN32OLE_HEADERS)
|
|
win32ole_variant_m.o : win32ole_variant_m.c $(WIN32OLE_HEADERS)
|
|
win32ole_error.o : win32ole_error.c $(WIN32OLE_HEADERS)
|
|
win32ole_typelib.o : win32ole_typelib.c $(WIN32OLE_HEADERS)
|