Hi,
I guess your plugin source file is called paket-foo.c (note the missing c)?
The fact that nmake can build the object files from the C-files is because
of build in rules. It is smart enough to understand that an object file
can be made from a C file. Makes writing makefile a whole lot simpler. See
http://users.actcom.co.il/~choo/lupg/tutorials/writing-makefiles/writing-makefiles.html
for some explanation.
Maybe you can post you makefile.nmake and a directory listing of the
plugin dir?
Thanx,
Jaap
On Mon, 13 Mar 2006, Grossert, Alexander wrote:
>
> Hello. I'm trying to compile a dummy protocol plugin under win XP. I
> followed the How-To from doc/README-plugin exactly, but when nmakes
> comes to building the dll it tells me:
>
> don't know how to make 'paket-foo.obj'.
>
> I don't understand this because all other plugins are automatically
> compiled with cl. And I do not find where in all the make files the
> *.obj targets are configured to be compiled in advance.
>
> Did the README forgot to mention a change I have to add in one of the
> nmake-files?
>
> Thanks in advance
>
>
> Alex
>