Mailing List Archive

makefile
Has anyone created a makefile or .dsw/.dsp suitable for Visual Studio? Even
though my servers will run on Linux I will definitely have Windows clients
that will need to perform various PK routines.
Can anyone point me to a tool to convert makefiles to Windows compatible
.dsw/.dsp?
Sincerely,
Daniel Melfi
p.s. I would even use a binary or dll for Windows.
Re: makefile [ In reply to ]
On Tue Apr 30 2002; 09:52, Dan Melfi wrote:

> Has anyone created a makefile or .dsw/.dsp suitable for Visual Studio? Even
> though my servers will run on Linux I will definitely have Windows clients
> that will need to perform various PK routines.

I created a project file for Visual Studio 6. I can send it to you,
but you also need the same file structure otherwise it won't work.
And you need the customized config.h.

If you're interested, please send me a mail. I don't think that
this is interesting for the list so we should better switch to PM.


> Can anyone point me to a tool to convert makefiles to Windows compatible
> ..dsw/.dsp?Sincerely,

IMO there is no such too, due to the fact the the .DSW format is
proprietary and not very widespread.


> p.s. I would even use a binary or dll for Windows.

The source tarball contains a directory with the name w32-dll.
There you can find a script to generate a DLL.


Timo