diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 00:54:45 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 00:54:45 +0000 |
commit | 22c07519c05c07ef8a38edaceca163a578b89211 (patch) | |
tree | f4570ddaff9118b8ef3edeccfc654941257daf78 /win32 | |
parent | 6f0192e4285cc40ce316f4c22b7d83bd99b9d8c5 (diff) | |
download | ruby-22c07519c05c07ef8a38edaceca163a578b89211.tar.gz |
* {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define
this macro to install.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 9a0004cd00..48f46f25d3 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -183,6 +183,8 @@ EXTSTATIC = OBJEXT = obj +INSTALLED_LIST= .installed.list + WINMAINOBJ = winmain.$(OBJEXT) MINIOBJS = dmydln.$(OBJEXT) |