diff options
Diffstat (limited to 'linden/indra/newview/secondlife setup build firstlook.bat')
-rw-r--r-- | linden/indra/newview/secondlife setup build firstlook.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/secondlife setup build firstlook.bat b/linden/indra/newview/secondlife setup build firstlook.bat new file mode 100644 index 0000000..099f4fc --- /dev/null +++ b/linden/indra/newview/secondlife setup build firstlook.bat | |||
@@ -0,0 +1,11 @@ | |||
1 | @rem Invoke the script which preps then runs the installer. | ||
2 | @rem This batch file is customized per grid. | ||
3 | |||
4 | set LOGINPAGEURL=http://secondlife.com/app/login/firstlook/ | ||
5 | set ARGS=/DFIRSTLOOK | ||
6 | |||
7 | @rem To build optional "update" installer (doesn't have static VFS): | ||
8 | @rem | ||
9 | @rem set ARGS=/DUPDATE | ||
10 | |||
11 | @"secondlife setup build.bat" %LOGINPAGEURL% %ARGS% | ||