empcc (for Win32)
EMPCC(1) EMPCC(1)
NAME
empcc - invokes Microsoft VC++ Compiler CL.EXE in VC++ 4.0 or above,
and searches the EMPRESS libraries.
SYNOPSIS
empcc [empcc_options] [cc_options] file ...
DESCRIPTION
This command invokes cc and searches the EMPRESS libraries.
Empcc_options are:
-ansi_c Use Strict Ansi C compiler (the Version 8
default will use Ansi C but not necessary
Strict Ansi C)
-c_compiler compiler_name Invokes a C compiler different than the
default one specified in MSSYS_CCOMPILER
of $EMPRESSPATH/config/options file.
-echoline Print out the contents of the executable
without generating an output file.
-footprint=small Use small size Empress libraries to do
linking. Generated executable cannot use
certain Empress features such as:
database roles, PSM, DDL commands,
unique/distinct, expressions, database
logging and audit trail, shared memory
global buffers, replication, views, dis-
tributed server and complex retrievals.
-linker filename Use the given filename to do linking and
do not compile.
-noglobmain Use this option if msmain is not used.
Some compiler complains if this option is
not used.
FILES
EMPRESS libraries
SEE ALSO
cc(1)
Empress Host Language: Command Language Interface
Empress Host Language: C Interface - mx Routines
Empress Host Language: C Kernel Level Interface - mr Routines
DIAGNOSTICS
See cc(1).
HISTORY
Written by Empress Software Inc.. All material is copyrighted and
licensed. Use on non-licensed CPUs is prohibited.
Empress 8.62 Empress Software Inc. EMPCC(1)