Each time you build a new version of a Tools.h++ library, SPM creates one or more makefiles and writes them into:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>
\buildloc\tls<ver><osfam>
For example, if you build a version of the Tools.h++ 7.1.0 library using MSVC 6.0 on Windows NT 4.0, and the library you build is a build type 7s, the resulting makefile will be located in the following directory:
<rw_root>\workspaces\WINNT4\MSVC60\7s\buildloc\tls0710w
Operating system and compiler mnemonics are listed in Appendix B. The <buildtype> information is explained in Section 2.5.
If you compiled the examples, associated makefiles are located in:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>
\examples\tls<ver><osfam>
For example, if you compiled the Tools.h++ 7.1.0 library using MSVC on Windows NT, and the library you build is a build type 7s, associated example makefiles will be located in the following directory:
<rw_root>\workspaces\WINNT4\MSVC60\7s\examples\tls0710w
Appendix B lists the mnemonics for all the compilers and operating systems that Rogue Wave supports. SPM appends version numbers to the mnemonics for your compiler and operating system. Section 2.5 explains <buildtype> information.
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.