diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-15 23:32:12 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-15 23:32:12 +0000 |
| commit | bd1af8117d1fb271ddd7abc389037f83ed0d2b15 (patch) | |
| tree | 49401afbe70020a247fe0e7e7e5fb1d45eb11dac /win32 | |
| parent | 991d21737fff0ec421f1a2ef6b580a18a2621b14 (diff) | |
| download | ruby-bd1af8117d1fb271ddd7abc389037f83ed0d2b15.tar.gz ruby-bd1af8117d1fb271ddd7abc389037f83ed0d2b15.tar.xz ruby-bd1af8117d1fb271ddd7abc389037f83ed0d2b15.zip | |
* mkconfig.rb: *OBJS are not needed for extension libraries.
* {bcc32,wince,win32}/Makefile.sub (config.status): fixed typo,
missing comma.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index aabc4cc13..e555399b2 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -422,7 +422,7 @@ s,@COMPILE_RULES@,{$$(srcdir)}.%s{}.%s: {$$(topdir)}.%s{}.%s: {$$(hdrdir)}.%s{}. s,@RULE_SUBST@,{.;$$(srcdir);$$(topdir);$$(hdrdir)}%s,;t t s,@TRY_LINK@,$$(CC) -Feconftest $$(INCFLAGS) -I$$(hdrdir) $$(CPPFLAGS) $$(CFLAGS) $$(src) $$(LOCAL_LIBS) $$(LIBS) -link $$(LDFLAGS) $$(LIBPATH) $$(XLDFLAGS),;t t s,@COMMON_LIBS@,m,;t t -s,@COMMON_MACROS@,WIN32_LEAN_AND_MEAN;t t +s,@COMMON_MACROS@,WIN32_LEAN_AND_MEAN,;t t !if defined(USE_WINSOCK2) s,@COMMON_HEADERS@,winsock2.h windows.h,;t t !else |
