Each time you build a new version of a DBTools.h++ library, SPM creates one or more makefiles and writes them into:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>
\buildloc\<libtype><ver><osfam>
For example, if you build a version of the DBTools.h++ 4.0.1 library using MSVC on Windows NT, 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\dbt0401w
Possible values for <libtype> are dbt (for DBTools.h++) and the access library variables listed in Table 6. Operating system and compiler mnemonics are listed in Appendix A. The <buildtype> information is explained in Section 2.5.
If you compiled the tutorials, associated makefiles are located in:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>\examples \dbt<ver><osfam>
For example, if you compiled the DBTools.h++ 4.0.1 library using MSVC on Windows NT, and the library you build is a build type 7s, associated tutorial makefiles will be located in the following directory:
<rw_root>\workspaces\WINNT4\MSVC60\7s\examples\dbt0401w
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 explains <buildtype> information.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.