PDA

View Full Version : [all variants] Windows project to linux makefile



badrianiulian
May 7th, 2009, 09:20 AM
Hello
I have a problem
Basicly i have some windows sources that i would like to compile on linux
I have a project.dsp file and a project.dsw file.

Header of the project.dsp looks like:

# Microsoft Developer Studio Project File - Name="project" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00

What do i have to do to create a makefile to compile?
If I look numb... please bare with me in my numbness...

badrianiulian
May 12th, 2009, 09:44 AM
Anyone knows the answer to this one?

badrianiulian
May 17th, 2009, 12:08 AM
Really no genius around here?

albinootje
May 17th, 2009, 12:13 AM
What do i have to do to create a makefile to compile?

Perhaps you better ask in the Programming section ?
And I'm not a programmer, but I think it is possible to use software like autoconf and automake or the like, to produce or at least partially produce a Makefile.

http://www.gnu.org/software/automake/
http://www.gnu.org/software/autoconf/