source:
orxonox.OLD/trunk/scripts/tardis.txt
@
6736
Last change on this file since 6736 was 5426, checked in by bensch, 19 years ago | |
---|---|
File size: 255 bytes |
Rev | Line | |
---|---|---|
[5426] | 1 | ## TARDIS ENVIRONMENT VARIABLES ## |
2 | ||
3 | set ARCH=i686-debian-linux3.1 | |
4 | ||
5 | set PREFIX=/usr/pack/gamelibs-1.0-to | |
6 | ||
7 | setenv CPPFLAGS -I$PREFIX/include | |
8 | ||
9 | setenv LDFLAGS "-L$PREFIX/$ARCH/lib -Wl,-rpath -Wl,$PREFIX/$ARCH/lib" | |
10 | ||
11 | set path= ( $PREFIX/$ARCH/bin $path ) | |
12 |
Note: See TracBrowser
for help on using the repository browser.