Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 28 Sep 2005 09:46:23 -0500 From: Mark Beckwith To: cygwin AT cygwin DOT com Subject: make and nmake Message-ID: <20050928144623.GA16935@john.intrig.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Hi, I'm trying to launch MS's nmake from a Makefile that was launched by make. Here's the basic rules: NMakefile : src.pro qmake -o NMakefile src.pro dll: NMakefile $(shell nmake /f NMakefile) when I run "make dll" from the prompt, the nmake command runs and works, but there are no carriage returns in the output. If I run the nmake command from the prompt, it works fine. I'm using rxvt and bash. Any help you can give would be appreciated. Background: I've got an old version of Qt that must use MSVC. I want to incorporate it into my make scheme. Thanks, Mark -- Mark Beckwith, Intrig (http://www.intrig.com) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/