Adjust lib/include for memcache files
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / compile.bat
1 PATH=%PATH%;"C:\Program Files (x86)\Windows Installer XML v3.5\bin"
2
3 rem goto current
4
5  wixcop -indent:2 Curl-x86.wxs
6  candle Curl-x86.wxs
7  light  Curl-x86.wixobj
8  smoke  Curl-x86.msm
9  wixcop -indent:2 Curl-x64.wxs
10  candle Curl-x64.wxs
11  light  Curl-x64.wixobj
12  smoke  Curl-x64.msm
13
14  wixcop -indent:2 FastCGI-x86.wxs
15  candle FastCGI-x86.wxs
16  light  FastCGI-x86.wixobj
17  smoke  FastCGI-x86.msm
18   wixcop -indent:2 FastCGI-x64.wxs
19  candle FastCGI-x64.wxs
20  light  FastCGI-x64.wixobj
21  smoke  FastCGI-x64.msm
22
23 wixcop -indent:2 Log4Shib-x86.wxs
24  candle Log4Shib-x86.wxs
25  light  Log4Shib-x86.wixobj
26  smoke  Log4Shib-x86.msm
27 wixcop -indent:2 Log4Shib-x64.wxs
28  candle Log4Shib-x64.wxs
29  light  Log4Shib-x64.wixobj
30  smoke  Log4Shib-x64.msm
31
32 :current
33 wixcop -indent:2 OpenSAML-x86.wxs
34  candle OpenSAML-x86.wxs
35  light  OpenSAML-x86.wixobj 
36  smoke  OpenSAML-x86.msm
37
38 wixcop -indent:2 OpenSAML-schemas.wxs
39  candle OpenSAML-schemas.wxs
40  light  OpenSAML-schemas.wixobj
41  smoke  OpenSAML-schemas.msm
42
43 wixcop -indent:2 OpenSAML-x64.wxs
44  candle OpenSAML-x64.wxs
45  light  OpenSAML-x64.wixobj 
46  smoke  OpenSAML-x64.msm
47 rem goto done
48
49 wixcop -indent:2 OpenSSL-x86.wxs
50  candle OpenSSL-x86.wxs
51  light  OpenSSL-x86.wixobj
52  smoke  OpenSSL-x86.msm
53 wixcop -indent:2 OpenSSL-x64.wxs
54  candle OpenSSL-x64.wxs
55  light  OpenSSL-x64.wixobj
56  smoke  OpenSSL-x64.msm
57
58  wixcop -indent:2 Shibboleth-x86.wxs
59  candle Shibboleth-x86.wxs
60  light  Shibboleth-x86.wixobj
61  smoke  Shibboleth-x86.msm
62
63  wixcop -indent:2 Shibboleth-x64.wxs
64  candle Shibboleth-x64.wxs
65  light  Shibboleth-x64.wixobj
66  smoke  Shibboleth-x64.msm
67
68  wixcop -indent:2 Shibboleth-schemas.wxs
69  candle Shibboleth-schemas.wxs
70  light  Shibboleth-schemas.wixobj
71  smoke  Shibboleth-schemas.msm
72
73  wixcop -indent:2  Xerces-x86.wxs
74  candle Xerces-x86.wxs
75  light  Xerces-x86.wixobj
76  smoke  Xerces-x86.msm
77
78  wixcop -indent:2  Xerces-x64.wxs
79  candle Xerces-x64.wxs
80  light  Xerces-x64.wixobj
81  smoke  Xerces-x64.msm
82
83  wixcop -indent:2 XmlSec-x86.wxs
84  candle XmlSec-x86.wxs
85  light  XmlSec-x86.wixobj
86  smoke  XmlSec-x86.msm
87
88  wixcop -indent:2 XmlSec-x64.wxs
89  candle XmlSec-x64.wxs
90  light  XmlSec-x64.wixobj
91  smoke  XmlSec-x64.msm
92
93  wixcop -indent:2  Zlib-x86.wxs
94  candle Zlib-x86.wxs
95  light  Zlib-x86.wixobj
96  smoke  Zlib-x86.msm
97
98  wixcop -indent:2  Zlib-x64.wxs
99  candle Zlib-x64.wxs
100  light  Zlib-x64.wixobj
101  smoke  Zlib-x64.msm
102
103 goto done
104 :done
105