misc\win32\rand.c now requires rpcrt4.lib, the following patch adds it to
ALL_LIBS in MakeWin32Make.awk and gets testrand building on Windows again.

Shane


Index: MakeWin32Make.awk
===================================================================
RCS file: /home/cvspublic/apr/test/MakeWin32Make.awk,v
retrieving revision 1.2
diff -u -r1.2 MakeWin32Make.awk
--- MakeWin32Make.awk   2 Jul 2002 15:12:03 -0000       1.2
+++ MakeWin32Make.awk   25 Jul 2002 00:46:27 -0000
@@ -16,7 +16,7 @@
     }
     if ( match( $0, /^LOCAL_LIBS=/ ) ) {
         print "LOCAL_LIBS= ../LibD/apr.lib ";
-        print "ALL_LIBS= kernel32\.lib user32\.lib advapi32\.lib ws2_32\.lib 
wsock32\.lib ole32\.lib ";
+        print "ALL_LIBS= kernel32\.lib user32\.lib advapi32\.lib ws2_32\.lib 
wsock32\.lib ole32\.lib rpcrt4\.lib ";
        $0 = ""
     }
     if ( match( $0, /[EMAIL PROTECTED]@/ ) ) {









Reply via email to