Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / solenv / bin / callcatchEnv.Set.sh
blob38c24c1f96964370363eecdb85dd72afa1fa69a0
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 CC="callcatcher ${CC:-gcc}"
9 CXX="callcatcher ${CXX:-g++}"
10 AR="callarchive ${AR:-ar}"
11 #old-school ones, can go post-gbuildification is complete
12 LINK="callcatcher $CXX"
13 LIBMGR="callarchive ${LIBMGR:-ar}"
14 export CC CXX AR LINK LIBMGR
15 export dbglevel=2