Are you still using VC 6 because of the ability to generate makefiles? If it helps, I have a perl script which converts VS .Net .dsp files into UNIX makefiles. It is OK for relatively simple projects, but you can always use it as a base. I used it to convert around 300 projects without any issues. It is on my scratchpad.
Hi
I've cheked the script and it is nice but basic.
My DSP files are complicated, currently the best and secure way is to generate them to makefiles from VC 6.
Thanks.