[Top][All Lists]
[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.
- Re: Don't see any output to stdout from commands, (continued)
- Re: Don't see any output to stdout from commands, Krzysztof Nosek, 2006/09/07
- Re: Don't see any output to stdout from commands, Krzysztof Nosek, 2006/09/08
- Re: Don't see any output to stdout from commands, Eli Zaretskii, 2006/09/08
- RE: Don't see any output to stdout from commands, William Sheehan, 2006/09/08
- Re: Don't see any output to stdout from commands, Krzysztof Nosek, 2006/09/11
- Re: Don't see any output to stdout from commands, Eli Zaretskii, 2006/09/11
- Re: Don't see any output to stdout from commands, Krzysztof Nosek, 2006/09/12
- Re: Don't see any output to stdout from commands, Earnie Boyd, 2006/09/12
- Re: Don't see any output to stdout from commands,
Krzysztof Nosek <=
Re: Don't see any output to stdout from commands, Nicholas Duane, 2006/09/12