diff options
author | David Walter Seikel | 2013-04-26 13:09:45 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-26 13:09:45 +1000 |
commit | 044d7575eab98ff26ed7d48a461b613db52bed04 (patch) | |
tree | fb01182736d1e1ac8d7063613845b3d17a0917c5 /linden/scripts | |
parent | Small clean ups. (diff) | |
download | meta-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-x | linden/scripts/linux/4-package-viewer | 2 |
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 @@ | |||
3 | if [ "$OSTYPE" == "cygwin" ] ; then | 3 | if [ "$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 |
7 | else | 7 | else |
8 | cd ../../indra/viewer-linux-* | 8 | cd ../../indra/viewer-linux-* |
9 | make package | 9 | make package |