source: gs3-extensions/mars-src/trunk/devel.bash@ 34341

Last change on this file since 34341 was 34341, checked in by davidb, 4 years ago

Shift to using cascade-make

File size: 468 bytes
Line 
1#!/bin/bash
2
3if [ -d cascade-make ] ; then
4 source cascade-make/lib/cascade-lib.bash GEXT_MARS . $*
5fi
6
7if [ -z $GEXT_MARS ] ; then
8 source ./setup.bash
9fi
10
11# for darwin, the following has been found to be helpful to remain
12# compatible with older macs
13#if [ "x$GSDLOS" = "xdarwin" ] ; then
14# export CFLAGS="-mmacosx-version-min=10.8 $CFLAGS"
15# export CXXFLAGS="-mmacosx-version-min=10.8 $CXXFLAGS"
16# export LDFLAGS="-mmacosx-version-min=10.8 $LDFLAGS"
17#fi
Note: See TracBrowser for help on using the repository browser.