source:
orxonox.OLD/branches/guidedmissile/scripts/tardis.txt
@
5829
Last change on this file since 5829 was 5426, checked in by bensch, 19 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
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.