Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 27815 invoked by uid 500); 4 Jul 2003 01:54:08 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 27804 invoked from network); 4 Jul 2003 01:54:08 -0000 Date: 4 Jul 2003 01:54:07 -0000 Message-ID: <20030704015407.57686.qmail@icarus.apache.org> From: brane@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test Makefile.win X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N brane 2003/07/03 18:54:07 Modified: test Makefile.win Log: Move testprocmutex from the nonportable list to testall.exe dependencies. Revision Changes Path 1.9 +1 -2 apr/test/Makefile.win Index: Makefile.win =================================================================== RCS file: /home/cvs/apr/test/Makefile.win,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile.win 17 Feb 2003 03:47:09 -0000 1.8 +++ Makefile.win 4 Jul 2003 01:54:07 -0000 1.9 @@ -3,7 +3,6 @@ NONPORTABLE = \ testshm.exe \ - testprocmutex.exe \ testglobalmutex.exe PROGRAMS = \ @@ -100,7 +99,7 @@ testdso.obj testoc.obj testdup.obj testsockets.obj testproc.obj \ testpoll.obj testlock.obj testsockopt.obj testpipe.obj testthread.obj \ testhash.obj testargs.obj testnames.obj testuser.obj testpath.obj \ - testenv.obj + testenv.obj testprocmutex.obj testall.exe: $(TESTS) CuTest.obj $(LOCAL_LIBS) $(LINK) /debug /subsystem:console /machine:I386 $(TESTS) CuTest.obj \