Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What are .lis files

Status
Not open for further replies.

stressman

Programmer
Jan 4, 2002
48
FR
Hello
i was used to work with Oracle 8i and using Pro*C.
the makefile i used analyzed the .pc file to generate a .c
then gcc make the executable file.

The uses of the same makefile under Oracle 10g create a new file with the extension .lis

Resume
Oracle 8i Oracle 10g
toto.pc toto.pc
pre compilation pro*C
toto.c toto.c
compilation
toto.o toto.o
toto.lis

i don't know if .lis is issued from precompilation or compilation
moreover toto.lis is an empty file

What is the purpose of this file, what should be written in it?

Thanks for this information all i find in *.lis is the extension for listing file but i don't find the utility for such a file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top