Progress
Embedded SQL-92
Guide and Reference


ESQLC Command

The ESQL precompiler accepts options and a list of input files at the command line. If you enter the ESQLC command with no options, the precompiler returns a formatted usage summary. The display shows the required syntax and lists all of the available options.

EXAMPLE

The following example illustrates the usage display returned if you invoke the ESQLC command with no options and no filenames:

> esqlc 
                     Progress/esqlc Version 09.1A 
                Progress Software Corporation   (c) 1988-99 
Usage: esqlc [options] files 
Options:                                         (default values) 
                   : Produce client.exe by default   () 
        -o         : Produce client.exe by default   (Link) 
        -c         : Produce .o file w/o linking     (Compile) 
        +T         : Produce .c file w/o compiling   (Preprocess) 
        +P         : Invoke CPP to preprocess the .pc files  (no) 
        +L         : Generate the line numbers       (no) 
        +V         : Verbose mode on                 (off) 
        +K         : Keep intermediate files         (Remove all) 
        +G         : Insert debugging code and +V +K (None) 
        -[Compiler Options]  : Passes [Compiler Options] to compiler 
               (UNIX only) 
        +[Compiler Options]  : Passes [Compiler Options] to compiler 
               (Win32 only) 
--------------------------------------------------------------------- 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095