[omniORB] omnipy debug builds on windows

Duncan Grisby duncan@grisby.org
Wed Dec 11 14:54:01 2002


On Tuesday 3 December, "Kevin Wooten" wrote:

> Could you possibly add a change to the make files for windows that
> builds a debug version of "_omnipy" named "_omnipy_d" and links with
> "python$(ver)_d.lib", when BuildDebugBinary is defined. When running a
> debug version of Python on windows it needs to be linked this way and
> all the module names must end in "_d", as the import statement maps them
> that way (i.e. "import _omnipy" will only import "_omnipy_d" in debug
> builds). I do it manually now but it would be nice to have both versions
> built automatically when BuildDebugBinary is turned on.

That would be a good thing to have. Are you able to provide a patch
that does it?  I don't really have time to figure out the details
myself.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --