Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Includes status, proposed strategies. Newest entries are at the top. See also a to-do list.

April 21, 2009

Can write usable project file for swig library. See example for the facilities swig library.

In order to use Studio with the project files SCons writes, one must have a suitable environment; for example, PATH must include external library directories. Still more set-up is needed to use swig from Studio. This has been handled by

  • enhancing to external.scons to make more information concerning the externals accessible to other tools
  • adding code to generateScript.py to write a file _setup.bat (here is an example of what gets written for a toy installation with just two packages and minimal set of external libraries) a which can be run before invoking Studio.

April 10, 2009

Dependencies are in solution files as they should be (at least, they're correct for facilities and xmlBase). See e.g. solution file for xmlBase and screen shot from Studio while using it.

...