From: Jeffrey Altman Date: Mon, 20 Nov 2006 18:03:03 +0000 (+0000) Subject: windows-remove-unused-libs-20061120 X-Git-Tag: BP-openafs-windows-kdfs-ifs~942 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4a3482f9e6b5fdac731da45cc4f4179fd5db7046;p=packages%2Fo%2Fopenafs.git windows-remove-unused-libs-20061120 rpcndr.lib and largeint.lib are no longer used. rpcndr.lib no longer exists in the Vista SDK. --- diff --git a/src/WINNT/client_osi/NTMakefile b/src/WINNT/client_osi/NTMakefile index c939f1bbe..5732dad03 100644 --- a/src/WINNT/client_osi/NTMakefile +++ b/src/WINNT/client_osi/NTMakefile @@ -45,8 +45,8 @@ EXEOBJS = \ osidebug.obj EXELIBS = \ - rpcndr.lib rpcrt4.lib rpcns4.lib \ - Ws2_32.lib \ + rpcrt4.lib rpcns4.lib \ + Ws2_32.lib \ $(DESTDIR)\lib\libosi.lib ############################################################################ @@ -70,10 +70,8 @@ DLLOBJS =\ $(OUT)\libosi.res DLLLIBS =\ - rpcndr.lib \ rpcrt4.lib \ rpcns4.lib -# largeint.lib $(DLLFILE): $(DLLOBJS) $(DLLGUILINK) $(DLLLIBS) -def:libosi.def