2005-11-25 Anton Pevtsov <antonp@moscow.vdiweb.com>
Martin Sebor <sebor@roguewave.com>
STDCXX-5
* generate.bat: New Windows batch file to invoke the Windows build
infrastructure. Invoke like so:
> generate /BUILDDIR:<build-dir> /CONFIG:VC71
* configure.wsf: New Windows Script Host (WSH) file implementing
the Windows configuration infrastructure.
* generate.wsf: New WSH file implementing the part of the Windows
infrastructure responsible for generating Visual Studio projects
and solution(s).
* generate.js: New JScript file invoked from the WSH file above.
* runexamples.wsf: New helper WSH file for the batch invocation
of example programs.
* runexe.wsf: New helper WSH file used by the above to invoke
a single example or test program.
* update.js: New JScript file to update an already generated
Visual Studio solution and add new projects to it.
* config.js: New helper JScript file.
* msvc-config_classes.js: New MSVC-specific JScript helper file
containing definitions of classes and their members.
* data.js: New helper JScript file containing definitions of data.
* msvc-config.js: New MSVC-specific JScript helper file.
* utilities.js: New helper JScript file containing definitions
of non-member functions.
* summary.js: New helper JScript file to generate a summary build
log in HTML format.
* makelog.wsf: New helper WSH file invoked to generate a summary
build log.
* fun_present_check.cpp: New helper C++ source file used by
the configuration infrastructure to check for the presence
of library functions in dependent libraries.
|