in reply to SSH Qustion

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.

Replies are listed 'Best First'.
Re^2: SSH Qustion
by Noame (Beadle) on Apr 19, 2009 at 06:32 UTC
    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.