This is the mail archive of the pthreads-win32@sources.redhat.com 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]

Makefile: batch-mode


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

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