From: Jeffrey Altman Date: Sun, 4 Jan 2009 19:19:31 +0000 (+0000) Subject: windows-client-config-manifest-20090104 X-Git-Tag: openafs-devel-1_5_61~634 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bf51eaca47db1bbf58490d770f1be105e69f7ea9;p=packages%2Fo%2Fopenafs.git windows-client-config-manifest-20090104 LICENSE MIT FIXES 123889 reverse change from 20081226. removing the auto-generated manifest removes the manifest binding to the run time library. The reason two manifests are specified is that we are merging them. --- diff --git a/src/WINNT/client_config/NTMakefile b/src/WINNT/client_config/NTMakefile index f0e1247a7..34a337501 100644 --- a/src/WINNT/client_config/NTMakefile +++ b/src/WINNT/client_config/NTMakefile @@ -110,7 +110,7 @@ $(EXEOBJSc): $$(@B).c $(EXEFILE) : $(EXEOBJS) $(EXEOBJSc) $(EXERES) $(AFSDOBJS) $(EXELIBS) $(EXEGUILINK) $(VCLIBS) !IF ("$(AFSVER_CL)" == "1400") - if exist $@.manifest mt.exe -manifest afs_config.exe.manifest -out:$(MANIFEST) + if exist $@.manifest mt.exe -manifest afs_config.exe.manifest $@.manifest -out:$(MANIFEST) !ELSE $(COPY) afs_config.exe.manifest $(MANIFEST) !ENDIF