Line | |
---|
1 | @echo off |
---|
2 | if "%1" == "4" goto xsi4 |
---|
3 | if "%1" == "5" goto xsi5 |
---|
4 | |
---|
5 | :xsi6 |
---|
6 | candle xsi6install.wxs |
---|
7 | light -out OgreXSIExporter6.msi xsi6install.wixobj %WIX_ROOT%\ui\wixui_featuretree.wixlib |
---|
8 | goto end |
---|
9 | |
---|
10 | |
---|
11 | :xsi5 |
---|
12 | candle xsi5install.wxs |
---|
13 | light -out OgreXSIExporter5.msi xsi5install.wixobj %WIX_ROOT%\ui\wixui_featuretree.wixlib |
---|
14 | goto end |
---|
15 | |
---|
16 | :xsi4: |
---|
17 | candle xsi4install.wxs |
---|
18 | light -out OgreXSIExporter4.msi xsi4install.wixobj %WIX_ROOT%\ui\wixui_featuretree.wixlib |
---|
19 | goto end |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | :end |
---|
24 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.