Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/XSIExport/setup/build.bat @ 20

Last change on this file since 20 was 6, checked in by anonymous, 17 years ago

=…

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