public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: Steffen Goeldner <sgoeldner@cpan.org>
To: pthreads-win32@sources.redhat.com
Subject: Makefile: batch-mode
Date: Tue, 21 Jun 2005 12:05:00 -0000	[thread overview]
Message-ID: <42B80262.1020006@cpan.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

The attached patch enables batch-mode for MS nmake:

   <http://msdn.microsoft.com/library/en-us/vcug98/html/_asug_batch.2d.mode_rules.asp?frame=0>


Steffen Goeldner

[-- Attachment #2: Makefile.diff --]
[-- Type: text/plain, Size: 236 bytes --]

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

                 reply	other threads:[~2005-06-21 12:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B80262.1020006@cpan.org \
    --to=sgoeldner@cpan.org \
    --cc=pthreads-win32@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).