Re: Pro*C Include file hint needed

From: B. John Ashton <BJASHTON_at_bjashton.demon.co.uk>
Date: 1996/02/08
Message-ID: <7bMiPAAR2fGxEw6W_at_bjashton.demon.co.uk>#1/1


In article <4fbesu$pbk_at_hpax.cup.hp.com>, Mike Light <mlight_at_fc.hp.com> writes
>Is there some way to tell the Pro*C preprocessor to search other
>directories for *.h include files, similar to the C compiler switch
>"-I<directory>"? I am hoping to avoid having to change all of my
>#include statements...

   "-I<directory1> -I<directory2>"
translates to

   "include=<directory1> include=<directory2>"

See the section titled "Running the Pro*C compiler" in your "Programmers Guide to the Oracle Pro*C Precompiler".

-- 
B. John Ashton
Received on Thu Feb 08 1996 - 00:00:00 CET

Original text of this message