From: Ben Kaduk Date: Wed, 26 Jun 2013 19:11:37 +0000 (-0400) Subject: WiX support for building with VS 2012 X-Git-Tag: krb5-1.12-alpha1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b2650337de03e2cd54896c2e86b0f76e1491fe;p=thirdparty%2Fkrb5.git 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. ticket: 7666 (new) queue: kfw tags: pullup target_version: 1.11.4 --- diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index afafd35636..8922d7a1b0 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -50,6 +50,13 @@ + + + + + + + diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index cf07d176cb..02cb830150 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -591,29 +591,29 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + diff --git a/src/windows/installer/wix/runtime.wxi b/src/windows/installer/wix/runtime.wxi index 23a47a244e..ff86e3f54a 100644 --- a/src/windows/installer/wix/runtime.wxi +++ b/src/windows/installer/wix/runtime.wxi @@ -2,16 +2,16 @@ - - - - - - + + + + + + - - - + + + - \ No newline at end of file +