Connecting Tech Pros Worldwide Help | Site Map

makefile

  #1  
Old November 21st, 2008, 09:35 AM
Lars
Guest
 
Posts: n/a
Hi!

Does anybody now how to use the makefile under the samples directory in
SQLLIB? It's not a command, it's not a batch file, it's not REXX.

Lars L


  #2  
Old November 21st, 2008, 08:45 PM
Ian
Guest
 
Posts: n/a

re: makefile


Lars wrote:
Quote:
Hi!
>
Does anybody now how to use the makefile under the samples directory in
SQLLIB? It's not a command, it's not a batch file, it's not REXX.
It's a normal makefile, used by the 'nmake' utility on Windows or the
'make' utility on Linux/Unix.

Did you try reading the file? It's just a text file and has detailed
instructions on how to use it.
  #3  
Old November 22nd, 2008, 12:25 AM
Lars
Guest
 
Posts: n/a

re: makefile


Thank you, Ian!

I realize this is about my intelligenze, but I still don't get it.

When trying to write nmake on a cmd-prompt, I receive 'NMAKE is not
regognized as an internal or external command, operable program or batch
file'. Doesn't sound promising to me... ?


Lars L


"Ian" <ianbjor@mobileaudio.comwrote in message
news:s_EVk.242$KP2.137@newsfe24.iad...
Quote:
Lars wrote:
Quote:
>Hi!
>>
>Does anybody now how to use the makefile under the samples directory in
>SQLLIB? It's not a command, it's not a batch file, it's not REXX.
>
It's a normal makefile, used by the 'nmake' utility on Windows or the
'make' utility on Linux/Unix.
>
Did you try reading the file? It's just a text file and has detailed
instructions on how to use it.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Makefile]How can I deal with multi-dirs? M.Liang Liu answers 5 April 6th, 2008 01:25 AM
How to use automake to generate a Makefile rpjanaka answers 1 February 16th, 2008 10:39 AM
Makefile question. xz answers 8 January 14th, 2008 10:05 PM
makefile help Jess answers 4 April 26th, 2007 07:55 AM
makefile Juhan Voolaid answers 2 August 14th, 2005 05:25 PM