Revision 692,
364 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | @echo off |
---|
2 | if "%1" == "4" goto xsi4 |
---|
3 | if "%1" =="5" goto xsi5 |
---|
4 | :usage |
---|
5 | echo build [version] |
---|
6 | goto end |
---|
7 | |
---|
8 | :xsi5 |
---|
9 | candle xsi5install.wxs |
---|
10 | light -out OgreXSIExporter5.msi xsi5install.wixobj %WIX_ROOT%\ui\wixui_featuretree.wixlib |
---|
11 | goto end |
---|
12 | |
---|
13 | :xsi4: |
---|
14 | candle xsi4install.wxs |
---|
15 | light -out OgreXSIExporter4.msi xsi4install.wixobj %WIX_ROOT%\ui\wixui_featuretree.wixlib |
---|
16 | goto end |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | :end |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.