From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16969 invoked by alias); 21 Jun 2005 12:05:00 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 16947 invoked by uid 22791); 21 Jun 2005 12:04:55 -0000 Received: from mail2.ncc.eurodata.de (HELO mail2.ncc.eurodata.de) (212.89.134.26) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 21 Jun 2005 12:04:55 +0000 Received: from vscan2.ncc.eurodata.de (vscan2.ncc.eurodata.de [212.89.134.22]) by mail2.ncc.eurodata.de (Postfix) with ESMTP id 3C3FF55836F for ; Tue, 21 Jun 2005 14:04:53 +0200 (CEST) Received: by vscan2.ncc.eurodata.de (Postfix, from userid 8) id 364069DDA1; Tue, 21 Jun 2005 14:04:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by vscan2.ncc.eurodata.de (Postfix) with ESMTP id B3E209DDA0 for ; Tue, 21 Jun 2005 14:04:51 +0200 (CEST) Received: from localhost.localdomain (localhost [127.0.0.1]) by mail2.ncc.eurodata.de (Postfix) with ESMTP id 9B032558374 for ; Tue, 21 Jun 2005 14:04:51 +0200 (CEST) Received: from [10.1.1.8] (mail-redir.eurodata.de [10.2.2.50]) by mail2.ncc.eurodata.de (Postfix) with ESMTP id 6C9B155836F for ; Tue, 21 Jun 2005 14:04:51 +0200 (CEST) Message-ID: <42B80262.1020006@cpan.org> Date: Tue, 21 Jun 2005 12:05:00 -0000 From: Steffen Goeldner User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) MIME-Version: 1.0 To: pthreads-win32@sources.redhat.com Subject: Makefile: batch-mode Content-Type: multipart/mixed; boundary="------------070908020506090202000600" X-SW-Source: 2005/txt/msg00113.txt.bz2 This is a multi-part message in MIME format. --------------070908020506090202000600 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 167 The attached patch enables batch-mode for MS nmake: Steffen Goeldner --------------070908020506090202000600 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" Content-length: 236 --- Makefile.orig Fri Jun 03 10:36:27 2005 +++ Makefile Tue Jun 21 09:49:55 2005 @@ -477,7 +477,7 @@ if exist $*.lib del $*.lib lib $(DLL_INLINED_OBJS) /out:$*.lib -.c.obj: +.c.obj:: cl $(EHFLAGS) /D$(CLEANUP) -c $< .rc.res: --------------070908020506090202000600--