compiling using other lib

Is there any documentation on the makefile.def in NTDDK?

How can I compiling using other lib? Just add them in the appropriate
place in makefile.def

There was some.
BTW, makefile.def is self-documenting.

Max

----- Original Message -----
From: “Eric Chan”
To: “File Systems Developers”
Sent: Tuesday, March 19, 2002 3:22 AM
Subject: [ntfsd] compiling using other lib

> Is there any documentation on the makefile.def in NTDDK?
>
> How can I compiling using other lib? Just add them in the appropriate
> place in makefile.def
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>

At 05:52 AM 3/19/02, you wrote:

Is there any documentation on the makefile.def in NTDDK?

How can I compiling using other lib? Just add them in the appropriate
place in makefile.def

Add the following line in your “SOURCES” file.

TARGETLIBS= YourFileName.lib

Regards,
Robin