[patch] Don't define snprintf for Ruby MSDEV projects in gen_win.py
From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-04-22 23:31:11 CEST
I'm trying to reduce the noise when building the Ruby bindings. So I
[[[
* build/generator/gen_win.py
]]]
Index: build/generator/gen_win.py
fakedefines = ["WIN32","_WINDOWS","alloca=_alloca",
+ if -1 == target.name.find('ruby'):
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.