The build process creates or adds to a workspaces directory structure that is used to store library, object, and header files. SPM uses the following convention to name the workspace:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>
For example, if the root directory is c:\rwav, the platform is Windows NT 4.0, the compiler is MSVC 6.0, and the library build type is 15s, the workspace is named:
c:\rwav\workspaces\WINNT4\MSVC60\15s
Appendix A 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 describes build types.
Directory | Description |
\docs |
Standard C++ Library readme file. |
\lib |
Standard C++ Library library. |
\config |
Workspace configuration data. |
\buildloc |
Build implementation workspace. |
\rw |
Workspace configuration data. |
\include |
Public header files for Standard C++ Library. |
\include\rw |
Private header files for Standard C++ Library. |
\examples |
Rogue Wave product examples. |
\examples\std<ver><osfam> |
Standard C++ Library examples. |
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.