Progress
Embedded SQL-92
Guide and Reference


Use the +K Option to Keep Intermediate Files

The +K option directs the precompiler and compiler to keep intermediate C source and object files.

This ESQLC command produces the executable application program named client.exe. The +K option directs the precompiler and compiler to retain the intermediate C Language source file and object file:

> esqlc +K client.pc 

This is an excerpt from a display of the working directory after executing the ESQLC command with the +K option specified:

Directory of D:\dbwrk\esql 
02/16/99  12:32p        <DIR>          . 
02/16/99  12:32p        <DIR>          .. 
02/16/99  10.50a                 1,046 client.exe 
02/16/99  10:50a                59,702 client.c 
02/16/99  09:30a                   476 client.pc 
02/16/99  10:50a                 1,046 client.o 
               6 File(s)        62,270 bytes 


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