windows-updates-20021104
[openafs.git] / src / WINNT / client_exp / NTMakefile
index 31bf42b..e142fc8 100644 (file)
@@ -57,7 +57,7 @@ DLLLIBS =\
        $(DESTDIR)\lib\afs\TaLocale.lib
 
 $(DLLFILE): $(DLLOBJS)
-       $(DLLMFCLINK) /def:afs_shl_ext.def $(DLLLIBS)
+       $(DLLCONLINK) /def:afs_shl_ext.def $(DLLLIBS)
        $(DLLPREP)
 
 ############################################################################