public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* Makefile: batch-mode
@ 2005-06-21 12:05 Steffen Goeldner
  0 siblings, 0 replies; only message in thread
From: Steffen Goeldner @ 2005-06-21 12:05 UTC (permalink / raw)
  To: pthreads-win32

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-21 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-21 12:05 Makefile: batch-mode Steffen Goeldner

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