make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Don't see any output to stdout from commands


From: Krzysztof Nosek
Subject: Re: Don't see any output to stdout from commands
Date: Tue, 12 Sep 2006 18:36:13 +0200
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

>> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]