aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/linux/1-get-libraries-from-SL
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-26 13:14:20 +1000
committerDavid Walter Seikel2013-04-26 13:14:20 +1000
commit58ee2b1f115c8543f530024e00377805bb87e71e (patch)
tree6cea7f8ae4b03bf2b5d247408b0f869c2fda82f8 /linden/scripts/linux/1-get-libraries-from-SL
parentUpdate boost library for Linux 64 bit to 1.48 from Kokua. (diff)
parentAh, iss has different UUIDs for release and experimentals. (diff)
downloadmeta-impy-58ee2b1f115c8543f530024e00377805bb87e71e.zip
meta-impy-58ee2b1f115c8543f530024e00377805bb87e71e.tar.gz
meta-impy-58ee2b1f115c8543f530024e00377805bb87e71e.tar.bz2
meta-impy-58ee2b1f115c8543f530024e00377805bb87e71e.tar.xz
Merge branch 'nmake' into next
nmake builds seem stable now.
Diffstat (limited to 'linden/scripts/linux/1-get-libraries-from-SL')
-rwxr-xr-xlinden/scripts/linux/1-get-libraries-from-SL11
1 files changed, 6 insertions, 5 deletions
diff --git a/linden/scripts/linux/1-get-libraries-from-SL b/linden/scripts/linux/1-get-libraries-from-SL
index 9ba61f4..99a4367 100755
--- a/linden/scripts/linux/1-get-libraries-from-SL
+++ b/linden/scripts/linux/1-get-libraries-from-SL
@@ -53,7 +53,7 @@ source config-SL-source
53cd $PATH_TO_SOURCES/indra 53cd $PATH_TO_SOURCES/indra
54 54
55# Do a clean build 55# Do a clean build
56./develop.py clean 56#./develop.py $os_extra clean
57 57
58# Force the vectorization use if we chose so. 58# Force the vectorization use if we chose so.
59if [ "$FORCE_VECTORIZE" == "yes" ] ; then 59if [ "$FORCE_VECTORIZE" == "yes" ] ; then
@@ -65,7 +65,8 @@ else
65 FATAL_WARNINGS="" 65 FATAL_WARNINGS=""
66fi 66fi
67# Configure the sources and download the LL provided libraries: 67# Configure the sources and download the LL provided libraries:
68./develop.py --type=Release configure "$FATAL_WARNINGS" \ 68./develop.py $os_extra --type=$TYPE configure "$FATAL_WARNINGS" \
69 -DCMAKE_C_FLAGS:STRING="-O2 $TUNE_FLAGS" -DCMAKE_CXX_FLAGS:STRING="-O2 $TUNE_FLAGS" \ 69 -DCMAKE_C_FLAGS:STRING="$TUNE_FLAGS" -DCMAKE_CXX_FLAGS:STRING="$TUNE_FLAGS" \
70 -DCMAKE_C_FLAGS_RELEASE:STRING="-O2 $TUNE_FLAGS" -DCMAKE_CXX_FLAGS_RELEASE:STRING="-O2 $TUNE_FLAGS" \ 70 -DCMAKE_C_FLAGS_DEBUG:STRING="-g $TUNE_FLAGS" -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g $TUNE_FLAGS" \
71 -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-g -O2 $TUNE_FLAGS" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-g -O2 $TUNE_FLAGS" 71 -DCMAKE_C_FLAGS_RELEASE:STRING="$TUNE_FLAGS" -DCMAKE_CXX_FLAGS_RELEASE:STRING="$TUNE_FLAGS" \
72 -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-g $TUNE_FLAGS" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-g $TUNE_FLAGS" -DPACKAGE:BOOL=ON