source: OGRE/trunk/ogrenew/Tools/XSIExport/setup/build.bat @ 692

Revision 692, 364 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

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