windows-virtual-memory-20041224
[openafs.git] / src / WINNT / install / wix / runtime.wxi
1 \feff<?xml version="1.0"?> 
2 <Include>
3 <?ifndef Debug?>
4     <?if $(env.AFSVER_CL) = "1310" ?>
5         <?ifdef comment?>
6         <MergeRef Id="mergeVC1310LibMFC" />
7         <MergeRef Id="mergeVC1310LibCRT" />
8         <?else?>
9         <ComponentRef Id="cmp_VC1310msvcr71"/>
10         <ComponentRef Id="cmp_VC1310msvcp71"/>
11         <ComponentRef Id="cmp_VC1310mfc71"/>
12         <ComponentRef Id="cmp_VC1310mfc71u"/>
13         <?endif?>
14     <?endif?>
15     <?if $(env.AFSVER_CL) = "1300" ?>
16         <MergeRef Id="mergeVC1300LibMFC" />
17         <MergeRef Id="mergeVC1300LibCRT" />
18     <?endif?>
19     <?if $(env.AFSVER_CL) = "1200" ?>
20         <ComponentRef Id="cmpVC1200msvcrt" />
21         <ComponentRef Id="cmpVC1200msvcp60" />
22         <ComponentRef Id="cmpVC1200mfc42" />
23     <?endif?>
24 <?else?>
25     <?if $(env.AFSVER_CL) = "1310" ?>
26         <ComponentRef Id="cmp_VC1310msvcr71d" />
27         <ComponentRef Id="cmp_VC1310msvcp71d" />
28         <ComponentRef Id="cmp_VC1310mfc71d" />
29         <ComponentRef Id="cmp_VC1310mfc71ud" />
30     <?endif?>
31     <?if $(env.AFSVER_CL) = "1300" ?>
32         <ComponentRef Id="cmp_VC1300msvcr70d" />
33         <ComponentRef Id="cmp_VC1300msvcp70d" />
34         <ComponentRef Id="cmp_VC1300mfc70d" />
35     <?endif?>
36     <?if $(env.AFSVER_CL) = "1200" ?>
37         <ComponentRef Id="cmp_VC1200msvcrtd" />
38         <ComponentRef Id="cmp_VC1200msvcp60d" />
39         <ComponentRef Id="cmp_VC1200mfc42d" />
40     <?endif?>
41 <?endif?>
42 </Include>