Skip Menu |
 

From: kaduk@MIT.EDU
Subject: git commit

WiX support for building with VS 2012

The merge modules need to reference VC110 paths.
Use a variable for VC100 versus VC110 so that we don't copy a lot
of boilerplate around.

https://github.com/krb5/krb5/commit/03b2650337de03e2cd54896c2e86b0f76e1491fe
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 03b2650337de03e2cd54896c2e86b0f76e1491fe
Branch: master
src/windows/installer/wix/config.wxi | 7 ++++++
src/windows/installer/wix/files.wxi | 36 ++++++++++++++++----------------
src/windows/installer/wix/runtime.wxi | 20 +++++++++---------
3 files changed, 35 insertions(+), 28 deletions(-)