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

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

The attached patch enables batch-mode for Borland make.


Steffen Goeldner

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

--- Bmakefile.orig	Sat Jun 18 22:25:49 2005
+++ Bmakefile	Tue Jun 21 11:39:25 2005
@@ -243,7 +243,7 @@
 		version.res
 
 .c.obj:
-	$(CC) $(OPTIM) $(BCFLAGS) -c $<
+	$(CC) $(OPTIM) $(BCFLAGS) -c {$< }
 
 .rc.res:
 	$(RC) $(RCFLAGS) $<

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

only message in thread, other threads:[~2005-06-22  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-22  9:40 Bmakefile: 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).