linking with ddkbuild

Hi.
I am using ddkbuild to compile and link my driver. But I have a library I
would like to link with.
How do I do it? What do I write in the sources file that I want to link to a
.lib file? Or do I have to pass in a parameter to the command line?
Thanks.

Hi,

You can use the TARGETLIBS= directive in your sources file to include a
library

For example to include the library cpprtl.lib add the following

TARGETLIBS=cppcrtl.lib

That should do the trick

Regards

Ben

-----Original Message-----
From: Ratmil Torres [mailto:xxxxx@seg.inf.cu]
Sent: 12 November 2003 16:13
To: Windows File Systems Devs Interest List
Subject: [ntfsd] linking with ddkbuild

Hi.
I am using ddkbuild to compile and link my driver. But I have a library I
would like to link with.
How do I do it? What do I write in the sources file that I want to link to a
.lib file? Or do I have to pass in a parameter to the command line?
Thanks.


You are currently subscribed to ntfsd as: xxxxx@des.co.uk
To unsubscribe send a blank email to xxxxx@lists.osr.com