cellservdb-20090629
[openafs.git] / src / WINNT / install / wix / runtime_debug.wxi
1 \feff<?xml version="1.0"?>
2 <Include>
3     <?ifdef Debug?>
4     <?if $(env.AFSVER_CL) = "1310" ?>
5         <ComponentRef Id="cmp_VC1310msvcr71dPDB" />
6         <ComponentRef Id="cmp_VC1310msvcp71dPDB" />
7         <ComponentRef Id="cmp_VC1310mfc71dPDB" />
8         <ComponentRef Id="cmp_VC1310mfc71udPDB" />
9     <?endif?>
10     <?if $(env.AFSVER_CL) = "1300" ?>
11         <ComponentRef Id="cmp_VC1300msvcr70dPDB" />
12         <ComponentRef Id="cmp_VC1300msvcp70dPDB" />
13         <ComponentRef Id="cmp_VC1300mfc70dPDB" />
14     <?endif?>
15     <?if $(env.AFSVER_CL) = "1200" ?>
16         <ComponentRef Id="cmp_VC1200msvcrtdPDB" />
17         <ComponentRef Id="cmp_VC1200msvcp60dPDB" />
18         <ComponentRef Id="cmp_VC1200mfc42dPDB" />
19     <?endif?>
20     <?else?>
21         <?if $(env.AFSVER_CL) = "1310" ?>
22             <ComponentRef Id="cmp_VC1310msvcr71PDB" />
23             <ComponentRef Id="cmp_VC1310msvcp71PDB" />
24             <ComponentRef Id="cmp_VC1310mfc71PDB" />
25             <ComponentRef Id="cmp_VC1310mfc71uPDB" />
26         <?endif?>
27         <?if $(env.AFSVER_CL) = "1300" ?>
28             <ComponentRef Id="cmp_VC1300msvcr70PDB" />
29             <ComponentRef Id="cmp_VC1300msvcp70PDB" />
30             <ComponentRef Id="cmp_VC1300mfc70PDB" />
31         <?endif?>
32         <?if $(env.AFSVER_CL) = "1200" ?>
33             <ComponentRef Id="cmp_VC1200msvcrtPDB" />
34             <ComponentRef Id="cmp_VC1200msvcp60PDB" />
35             <ComponentRef Id="cmp_VC1200mfc42PDB" />
36         <?endif?>
37     <?endif?>
38 </Include>