Assuming you have the following code inserted into several web pages or several locations in your project:
The Product Name
How to prevent PBuilder from building multiple instances of this same function in the _v.c stubbed out implementation files?
e.g.
extern char *getProductName(void);
char *getProductName(void) {
char * theResult;
return theResult;
}