From: Jeffrey Altman Date: Mon, 20 Nov 2006 18:04:53 +0000 (+0000) Subject: DEVEL15-windows-remove-unused-libs-20061120 X-Git-Tag: openafs-devel-1_5_12~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b04ef79ec1078caa4d99834101dc9106d7d45241;p=packages%2Fo%2Fopenafs.git DEVEL15-windows-remove-unused-libs-20061120 rpcndr.lib and largeint.lib are no longer used. rpcndr.lib no longer exists in the Vista SDK. (cherry picked from commit 4a3482f9e6b5fdac731da45cc4f4179fd5db7046) --- 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