PURPOSE
bldc_dce - Build a TUXEDO System client that can be called via OSF/DCE RPC
SYNOPSIS
SYNOPSISbldc_dce [-o output_file] [-i idl_options] [-f firstfiles] \
[-l lastfiles] [-w] [idl_file . . . ]
DESCRIPTION
bldc_dce
parses any input IDL and related ACF source files
and combines them with C source files, and C object files and the
OSF/DCE libraries to generate a TUXEDO System client that can be
called via DCE RPC (it is a DCE RPC client).
The command line arguments include the input IDL source file
and options to control the actions of the IDL compiler.
The options are as follows:
- -o output_file
- The default filename is a.out.
- -i idl_options
- Specifies options to be passed to the IDL compiler.
Options associated with the C compilation system are automatically provided
by this program.
This option can be used to provide the "-no_mepv" option such that the
application can provide a Manager Entry Point Vector.
- -f firstfiles
- Specifies compiler options, C source files, and C object files to be included
on the compilation before the TUXEDO System and OSF/DCE libraries.
- -l lastfiles
- Specifies C libraries to be included on the compilation after
the TUXEDO System and OSF/DCE libraries.
- -w
- Specifies that the client is a TUXEDO Workstation client.
SEE ALSO
tidl(1)