modif configure
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2c3acd98d22da0afd5248e05cf9ee64f5aa6b0d2 Former-commit-id: 242ed82764c3af001c639a9a07286f5fce4205ce
This commit is contained in:
parent
1935711a43
commit
4649484d3e
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
||||||
# The PROJECT_NAME tag is a single word (or a sequence of word surrounded
|
# The PROJECT_NAME tag is a single word (or a sequence of word surrounded
|
||||||
# by quotes) that should identify the project.
|
# by quotes) that should identify the project.
|
||||||
|
|
||||||
PROJECT_NAME = torcs
|
PROJECT_NAME = torcs-ng
|
||||||
|
|
||||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
|
@ -123,7 +123,7 @@ FULL_PATH_NAMES = YES
|
||||||
# only done if one of the specified strings matches the left-hand part of
|
# only done if one of the specified strings matches the left-hand part of
|
||||||
# the path.
|
# the path.
|
||||||
|
|
||||||
STRIP_FROM_PATH = /home/xavier/Sources/torcs-1.3.1/torcs/
|
STRIP_FROM_PATH = @TORCS_BASE@/
|
||||||
|
|
||||||
# The INTERNAL_DOCS tag determines if documentation
|
# The INTERNAL_DOCS tag determines if documentation
|
||||||
# that is typed after a \internal command is included. If the tag is set
|
# that is typed after a \internal command is included. If the tag is set
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
# src/linux/torcs-ng. Generated from torcs.in by configure.
|
# src/linux/torcs-ng. Generated from torcs-ng.in by configure.
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
|
@ -72,7 +72,7 @@ EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
-h)
|
-h)
|
||||||
echo "usage: torcs [-l|-d|-e]"
|
echo "usage: torcs-ng [-l|-d|-e]"
|
||||||
echo " -l list the dynamically linked libraries"
|
echo " -l list the dynamically linked libraries"
|
||||||
echo " -d run under gdb and print stack trace on exit"
|
echo " -d run under gdb and print stack trace on exit"
|
||||||
echo " -e display the commands to issue when you want to run under gdb"
|
echo " -e display the commands to issue when you want to run under gdb"
|
||||||
|
|
Loading…
Reference in a new issue