Setting Up the Build System in the SSWE
This chapter is about
- setting up the build system in the Shared Source Working Environment (SSWE).
Although you don't build your targets in the SSWE, you set the Make attributes here. Then, when you later open the project in the SOWE and PWEs, you can build targets without first having to modify the project's Make attributes.
Setting up the build system for a multi-user team project is identical to setting up the build system for a single-user project. Therefore, if you have gone through the "Browsing" tutorial, the steps in this chapter will be very familiar to you.
In both the single-user and multi-user cases, you set up the build system in the working environment that contains your project's source code. In a multi-user situation, team source code is contained in the SSWE, which is why we are working in the SSWE in this chapter.