Merge modules compile and install (with separate MM for schemas for now). Also trivi...
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / compile.bat
1 goto current
2 :current
3
4  wixcop -indent:2 Curl-x86.wxs
5  candle Curl-x86.wxs
6  light  Curl-x86.wixobj
7  smoke  Curl-x86.msm
8  wixcop -indent:2 Curl-x64.wxs
9  candle Curl-x64.wxs
10  light  Curl-x64.wixobj
11  smoke  Curl-x64.msm
12
13  wixcop -indent:2 FastCGI-x86.wxs
14  candle FastCGI-x86.wxs
15  light  FastCGI-x86.wixobj
16  smoke  FastCGI-x86.msm
17   wixcop -indent:2 FastCGI-x64.wxs
18  candle FastCGI-x64.wxs
19  light  FastCGI-x64.wixobj
20  smoke  FastCGI-x64.msm
21
22 wixcop -indent:2 Log4Shib-x86.wxs
23  candle Log4Shib-x86.wxs
24  light  Log4Shib-x86.wixobj
25  smoke  Log4Shib-x86.msm
26 wixcop -indent:2 Log4Shib-x64.wxs
27  candle Log4Shib-x64.wxs
28  light  Log4Shib-x64.wixobj
29  smoke  Log4Shib-x64.msm
30
31
32 wixcop -indent:2 OpenSAML-x86.wxs
33  candle OpenSAML-x86.wxs
34  light  OpenSAML-x86.wixobj 
35  smoke  OpenSAML-x86.msm
36
37 wixcop -indent:2 OpenSAML-schemas.wxs
38  candle OpenSAML-schemas.wxs
39  light  OpenSAML-schemas.wixobj
40  smoke  OpenSAML-schemas.msm
41
42 wixcop -indent:2 OpenSAML-x64.wxs
43  candle OpenSAML-x64.wxs
44  light  OpenSAML-x64.wixobj 
45  smoke  OpenSAML-x64.msm
46 goto continue
47 wixcop -indent:2 OpenSSL-x86.wxs
48 candle OpenSSL-x86.wxs
49 light  OpenSSL-x86.wixobj
50 rem smoke  OpenSSL-x86.msm
51 wixcop -indent:2 OpenSSL-x64.wxs
52 candle OpenSSL-x64.wxs
53 light  OpenSSL-x64.wixobj
54 rem smoke  OpenSSL-x64.msm
55
56  wixcop -indent:2 Shibboleth-x86.wxs
57  candle Shibboleth-x86.wxs
58  light  Shibboleth-x86.wixobj
59  smoke  Shibboleth-x86.msm
60
61  wixcop -indent:2 Shibboleth-x64.wxs
62  candle Shibboleth-x64.wxs
63  light  Shibboleth-x64.wixobj
64  smoke  Shibboleth-x64.msm
65
66  wixcop -indent:2  Xerces-x86.wxs
67  candle Xerces-x86.wxs
68  light  Xerces-x86.wixobj
69  smoke  Xerces-x86.msm
70
71  wixcop -indent:2  Xerces-x64.wxs
72  candle Xerces-x64.wxs
73  light  Xerces-x64.wixobj
74  smoke  Xerces-x64.msm
75
76  wixcop -indent:2 XmlSec-x86.wxs
77  candle XmlSec-x86.wxs
78  light  XmlSec-x86.wixobj
79  smoke  XmlSec-x86.msm
80
81  wixcop -indent:2 XmlSec-x64.wxs
82  candle XmlSec-x64.wxs
83  light  XmlSec-x64.wixobj
84  smoke  XmlSec-x64.msm
85
86 :continue
87  wixcop -indent:2  XmlTooling-x86.wxs
88  candle XmlTooling-x86.wxs
89  wixcop -indent:2  XmlTooling-schemas.wxs
90  candle XmlTooling-schemas.wxs
91  light  XmlTooling-x86.wixobj 
92  smoke  XmlTooling-x86.msm
93
94  wixcop -indent:2  XmlTooling-schemas.wxs
95  candle XmlTooling-schemas.wxs
96  light  XmlTooling-schemas.wixobj
97  smoke  XmlTooling-schemas.msm
98
99  wixcop -indent:2  XmlTooling-x64.wxs
100  candle XmlTooling-x64.wxs
101  light  XmlTooling-x64.wixobj
102  smoke  XmlTooling-x64.msm
103
104  wixcop -indent:2  Zlib-x86.wxs
105  candle Zlib-x86.wxs
106  light  Zlib-x86.wixobj
107  smoke  Zlib-x86.msm
108
109  wixcop -indent:2  Zlib-x64.wxs
110  candle Zlib-x64.wxs
111  light  Zlib-x64.wixobj
112  smoke  Zlib-x64.msm
113
114 goto done
115 :done
116 candle tes.wxs
117 light tes.wixobj
118 smoke tes.msi