mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.
* tool/compile_prelude.rb: needs srcdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2a0aa84713
commit
bd79a2eb2d
3 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Dec 17 21:41:25 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.
|
||||
|
||||
* tool/compile_prelude.rb: needs srcdir.
|
||||
|
||||
Mon Dec 17 21:24:04 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* common.mk (miniprelude.c): add -I$(srcdir).
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
# Since $(BASERUBY) may be older than Ruby 1.9,
|
||||
# Ruby 1.9 feature should not be used.
|
||||
|
||||
$:.unshift(File.expand_path("../..", __FILE__))
|
||||
|
||||
preludes = ARGV.dup
|
||||
outfile = preludes.pop
|
||||
|
||||
|
|
4
win32/enc-setup.mak
Normal file
4
win32/enc-setup.mak
Normal file
|
@ -0,0 +1,4 @@
|
|||
!include $(srcdir)/enc/Makefile.in
|
||||
|
||||
all:
|
||||
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|
Loading…
Add table
Reference in a new issue