Subversion Repositories DevTools

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
323 5756 d 14 h dpurdie /core_devl/trunk/ DevTools/core_devl: Checkin by Svn Import
Major changes:
* New Utility: upddep - Update Dependencies
This utility will update the dependencies in a build.pl file to be
consistent with those of a given Release Manager Release. This simplifies
the operation of maintain build files during development.

It will create an 'auto.pl' file, which JATS uses in preference to a
build.pl file. DO NOT check this file in.

See: 'jats upddep -help' - For brief help
'jats upddep -man' - For full manual

Examples:
jats upddep -show
jats upddep -show=vtk
jats upddep -rtag=6684

* MicroTec Compiler toolset
When creating a ShardLibrary (THX) report missing libraries before
compiling the objects that go into the THX.

This ensures that the error messages the describe the missing library
can be seen and are not masked by the building of the objects.