mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
windows-wix-vs8-20060505
Enable wix installers to build with VS8 compiler on X86
This commit is contained in:
parent
c17eb1925c
commit
86ff4c4d6b
@ -1392,11 +1392,15 @@
|
||||
|
||||
<!-- Shared assembly runtime for VS 2005 -->
|
||||
<?if $(env.AFSVER_CL) = "1400"?>
|
||||
<?ifdef env.CommonProgramFiles6432?>
|
||||
<?define CPF="$(env.CommonProgramFiles)"?>
|
||||
<?else?>
|
||||
<?define CPF="$(env.CommonProgramFiles(x86))"?>
|
||||
<?endif?>
|
||||
<?if $(var.Platform) = "x64" ?>
|
||||
<?ifdef env.CommonProgramFiles6432?>
|
||||
<?define CPF="$(env.CommonProgramFiles)"?>
|
||||
<?else?>
|
||||
<?define CPF="$(env.CommonProgramFiles(x86))"?>
|
||||
<?endif?>
|
||||
<?else?>
|
||||
<?define CPF="$(env.CommonProgramFiles)"?>
|
||||
<?endif?>
|
||||
<?if $(var.Platform) = "x64" ?>
|
||||
<?ifndef Debug?>
|
||||
<Merge Id="MSVCRT8MEM" DiskId="1" Language="0" src="$(var.CPF)\Merge Modules\Microsoft_VC80_CRT_x86_x64.msm"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user