>> I didn't manage to think up anything better than that :-)
> Google for dsp2mak and/or dsp2make.
Well.
The good ol' gawk script dsw2mak is useless here, because:

1. it converts from VS6 solution files, not VS7,
There is a converter VS7 -> VS6 of solution files, called prjconverter
(http://www.codeproject.com/tools/prjconverter.asp) but it's for
something else: bringing
new VS7 solutions to old versions of studio, and the convertion is
neither transparent nor
loss-free, of course.

2. it converts to unix-like makefile, not windows-like. It uses gcc/g++
and theirs
numerous features, like dependency generation via -M, for not to look
far. It's for
something else, namely for bringing old windows .dsp projects into unix 
world.



_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to