http://qs1969.pair.com?node_id=577615

jithoosin has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I have heard that people adept at perl & XML could easily convert a VC++ (version 7) project makefile to a unix Makefile. So i just want to know whether is there any CPAN module for doing it or does there exists any perl program to do the job.

Thanks
Kiran Pradeep
  • Comment on VC++ makefile to unix Makefile convertor in perl

Replies are listed 'Best First'.
Re: VC++ makefile to unix Makefile convertor in perl
by RMGir (Prior) on Oct 11, 2006 at 16:50 UTC
    I'm not sure which Visual Studio revision version 7 was.

    However, there's an awk script in mingw-utils that it is claimed does the job for .dsw files.


    Mike