This is the mail archive of the pthreads-win32@sourceware.org mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bmakefile: batch-mode


The attached patch enables batch-mode for Borland make.


Steffen Goeldner
--- 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) $<

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]