Tuxedo 8.0 Supplement for H-Series RVUs

-lfirst'"\
buildserver -v -s TOUPPER -o simpserv -f simpserv.c
See Also
ubbconfig, servopts
Standards Conformance
The following is a NonStop Tuxedo modification to BEA Tuxedo:
The -t option does not apply because servers are not multithreaded in the NonStop Tuxedo environment.
buildwsh
Name
Synopsis
Description
Portability
Name
buildwsh - Builds customized workstation handler process.
Synopsis
buildwsh [-v][-o name][-f files]
Description
buildwsh is used to construct a customized NonStop Tuxedo System/T workstation handler module. The files
included by the caller should include only the application buffer type switch and any required supporting routines.
The command combines the files supported by the -f option with the standard NonStop Tuxedo System/T libraries
necessary to form a workstation handler load module. The load module is built by the c89 command, which
buildwsh invokes. The options to buildwsh have the following meaning:
-v
Specifies that buildwsh should work in verbose mode. In particular, it writes the compiler command to its
standard output and tells the compiler to work in verbose mode.
-o name
Specifies the file name of the output workstation handler load module. The name specified here must also be
specified with the -w WSHname option of the WSL server in the SERVER section of the configuration file. If
not supplied, the load module is named WSH.
-f firstfiles
Specifies one or more user files to be included in the compilation and/or link edit phases of buildwsh.
Source files are compiled using either the compiler command (c89) or the compilation command specified
through the CC environment variable. Object files resulting from compilation of source files and object files
specified directly as arguments to the -f option are included after all object files necessary to build a base
workstation handler process and before the System/T libraries. If more than one file is specified, file names
must be separated by white space and the entire list must be enclosed in quotation marks. This option can be
specified multiple times.