IBM SC34-4499-03 manual Working with VisualAge C++ and Templates

Models: SC34-4499-03

1 356
Download 356 pages 55.74 Kb
Page 177
Image 177

Figure 50. Modify Part Properties window

vFrom a command line, type the following:

teamc part -modify name -builder null -release name -family name

Working with VisualAge C++ and Templates

When using VisualAge C++ and templates, template-include objects are saved in a subdirectory of the current directory called TEMPINC, so that subsequent builds can use them. When you start a build from TeamConnection, you need to specify the /Ft(dir) parameter with your builder or use PRAGMA statements to update the template-include objects for subsequent builds. This parameter suppresses resolution of ®les and imbeds them within the object ®le.

You can specify the /Ft(dir) parameter with a builder as follows:

teamc builder -create c_builder -script icc -parameters "/FtE:\template"

Chapter 12. Working with build scripts and builders 157

Page 177
Image 177
IBM SC34-4499-03 manual Working with VisualAge C++ and Templates