]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Makefiles for VS2010 KfW build 415/head
authorTom Yu <tlyu@mit.edu>
Thu, 25 Feb 2016 23:01:36 +0000 (18:01 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 2 Mar 2016 19:11:40 +0000 (14:11 -0500)
commit0533ebf04d6ab98ccb18652466ea910600bab219
tree91c6b0c10d3d10efd91f1e31d8a00486cf8dc38f
parent194641a8ad7aecc6bc1d4848742c14569f14b900
Fix Makefiles for VS2010 KfW build

The new Makefile conditionals in commit
4552159e97007a45370dd49fa6b9fb963bb7d160 don't behave properly if
VISUALSTUDIOVERSION isn't set, probably due to the way nmake orders
macro expansion and boolean short circuiting.  Use nested conditionals
instead.
src/lib/Makefile.in
src/windows/kfwlogon/Makefile.in