diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-11 05:30:21 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-11 05:30:21 +0000 |
commit | e1e8e0353499e533499d75f5067def1ee0be25e0 (patch) | |
tree | 3604a65be98a5357967bad967fd9d4c11a06ef44 /win32 | |
parent | 0a489a1596157addd900b90476a4a965265b48c0 (diff) | |
download | ruby-e1e8e0353499e533499d75f5067def1ee0be25e0.tar.gz ruby-e1e8e0353499e533499d75f5067def1ee0be25e0.tar.xz ruby-e1e8e0353499e533499d75f5067def1ee0be25e0.zip |
* win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.
[ruby-core:12584]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13676 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 63a22650f..44b7a262a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -475,7 +475,7 @@ s,@COMPILE_RULES@,{$$(hdrdir)}.%s{}.%s: {$$(topdir)}.%s{}.%s: {$$(srcdir)}.%s{}. s,@RULE_SUBST@,{.;$$(VPATH)}%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 WIN32,;t t s,@COMMON_HEADERS@,winsock2.h windows.h,;t t s,@DISTCLEANFILES@,vc*.pdb,;t t s,@EXPORT_PREFIX@, ,;t t |