[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Generating VC6 project files for swig bindings

From: Branko ÄŒibej <brane_at_xbc.nu>
Date: 2003-06-18 01:02:07 CEST

O.K., committed this in revision 6272. Thanks!

Now I'd like to see a few things changed, if you don't mind. :-)

    * Move the unique() function to gen_base.py. There are quite a few
      places where we can use it.
    * Change the SWIG custom build commands to generate the C files in
      the build tree (Release or Debug), _not_ the source tree. This
      means tweaking the source file definitions for the C files, too.
    * Fix the link warnings about not finding aprutil_src.pdb or
      xml_src.pdb -- I guess that means adding library dependencies to
      the link lines for the DLLs.
    * Prefix the project names with "swig_"; e.g., "swig_python_core"
      instead of just "python_core". This will make the project lists
      more readable.
    * Add new pseudo projects (in build.conf): __SWIG_PYTHON__ and
      __SWIG_JAVA__, to build all the relevant bindings in one fell swoop.
    * Put the target description back in, so that we get version info in
      the generated DLLs.

-- 
Brane ÄŒibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 01:02:54 2003

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.