aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-26 13:09:45 +1000
committerDavid Walter Seikel2013-04-26 13:09:45 +1000
commit044d7575eab98ff26ed7d48a461b613db52bed04 (patch)
treefb01182736d1e1ac8d7063613845b3d17a0917c5 /linden/scripts
parentSmall clean ups. (diff)
downloadmeta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.zip
meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.tar.gz
meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.tar.bz2
meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.tar.xz
Make nmake builds more like VS builds.
Still some tweaking to go, therefore, still some rough bits in this.
Diffstat (limited to '')
-rwxr-xr-xlinden/scripts/linux/4-package-viewer2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/scripts/linux/4-package-viewer b/linden/scripts/linux/4-package-viewer
index 19d2456..d954f02 100755
--- a/linden/scripts/linux/4-package-viewer
+++ b/linden/scripts/linux/4-package-viewer
@@ -3,7 +3,7 @@
3if [ "$OSTYPE" == "cygwin" ] ; then 3if [ "$OSTYPE" == "cygwin" ] ; then
4 # Assumes version has been passed in from outside, coz Windows insists on adding crap to python output. 4 # Assumes version has been passed in from outside, coz Windows insists on adding crap to python output.
5 cd ../../indra/build-nmake/ 5 cd ../../indra/build-nmake/
6 iscc newview/package/${version}-Windows-x86.iss 6 iscc newview/$TYPE/package/${version}-Windows-x86.iss
7else 7else
8 cd ../../indra/viewer-linux-* 8 cd ../../indra/viewer-linux-*
9 make package 9 make package