Versions Compared

Key

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

...

  1. Studio 2008
  2. GoGui 0.9.5 or later (and a couple required libraries if you don't already have them)
  3. SCons 1.2.0.d20090223The files makeStudio.py, registerTargets.py, generateScript.py and msvs.py in CVS. (Or just replace all of SConsFiles/site_scons/site_tools with users/jrb/minimalDev/site_scons/site_tools.) These files should be added to site_scons/site_tools under the top ScienceTools (or other container) directory

Then see instructions on page 8 (titled "Windows only") in this attachment.

For each package the SConscript file must be modified slightly to invoke the tool registerTargets rather than registerObjects. This has now been done for all packages in ScienceTools New, converted SConscript files have been committed and the packages are all tagged.   If you start with source from a recent ST LATEST build you don't have to worry about this.  Details of the differences are described below for the curious. Others should skip to the section GoGui Hints below.

...