IBM SC34-4499-03 Personal Computer User Manual


 
v From 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 files and imbeds
them within the object file.
You can specify the /Ft(dir) parameter with a builder as follows:
teamc builder -create c_builder -script icc -parameters "/FtE:\template"
Figure 50. Modify Part Properties window
Chapter 12. Working with build scripts and builders 157