Home » Developer & Programmer » Precompilers, OCI & OCCI » What is a make file and how to make one
What is a make file and how to make one [message #93727] Sat, 16 November 2002 13:50 Go to next message
Adam Nester
Messages: 1
Registered: November 2002
Junior Member
Just like the title say what is a make file and how do i make one

I need a make file Pro C compiler for imbedded SQL.
Re: What is a make file and how to make one [message #93731 is a reply to message #93727] Wed, 20 November 2002 07:04 Go to previous messageGo to next message
JimF
Messages: 3
Registered: November 2002
Junior Member
If you are attempting to build a ProC application, Oracle provides you with a make file called demo_proc.mk

The make command is a unix command but the make file itself is created.

The command to execute the Oracle provide make file would be:
make -f demo_proc.mk build EXE=<myApp> OBJS=<myfile.o>
Re: What is a make file and how to make one [message #93850 is a reply to message #93727] Tue, 18 February 2003 05:24 Go to previous messageGo to next message
venkatakrishna
Messages: 2
Registered: February 2002
Junior Member
hi,
This is Venkata Krishna, I need a make file Pro C compiler for imbedded SQL.

Thanks,

With Regards,
Venkata Krishna,
Re: What is a make file and how to make one [message #94474 is a reply to message #93727] Sun, 12 December 2004 22:06 Go to previous message
Ernest Edem
Messages: 1
Registered: December 2004
Junior Member
thanks for this opportunity. all that i wnat to know this
1. what a make file is
2. the uses and advantages of make file
3.how to make a make file.
4.how to use it with a program code
Previous Topic: double variable problem
Next Topic: How to read a table output of a procedure in C
Goto Forum:
  


Current Time: Thu Mar 28 21:00:07 CDT 2024