source: other-projects/realistic-books/trunk/devel.sh@ 21709

Last change on this file since 21709 was 19253, checked in by davidb, 15 years ago

Establishing a source code repository for Veronica's Realistic Book's software

File size: 504 bytes
Line 
1
2
3if [ -z $REALISTIC_BOOKS_HOME ] ; then
4 source setup.bash
5fi
6
7
8if [ ! -z $CFLAGS ] ; then
9 if [ "x$1" != "xsilent" ] ; then
10 echo "Warning: redefining CFLAGS"
11 fi
12fi
13export CFLAGS=-I$RBHOME_INSTALLED/include
14
15if [ ! -z $LDFLAGS ] ; then
16 if [ "x$1" != "xsilent" ] ; then
17 echo "Warning: redefining LDFLAGS"
18 fi
19fi
20
21export LDFLAGS=-L$RBHOME_INSTALLED/lib
22
23if [ "x$1" != "xsilent" ] ; then
24 echo "*****"
25 echo "* Your environment is now set up to *compile* Realistic Books"
26 echo "****"
27fi
Note: See TracBrowser for help on using the repository browser.