diff options
author | rubidium <rubidium@openttd.org> | 2013-02-28 06:51:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-02-28 06:51:45 +0000 |
commit | 5b74415631bf5ec2a02031fd615b0204407f09b2 (patch) | |
tree | 010b6972964e443ad35a8a66b9c0ffc3ac579974 | |
parent | c3b0bd7d587053e68fbb798787f2d40f15795a4c (diff) | |
download | openttd-5b74415631bf5ec2a02031fd615b0204407f09b2.tar.xz |
(svn r25054) -Document: the *FLAGS_BUILD in configure
-rw-r--r-- | config.lib | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.lib b/config.lib index 2ce1bba98..3fbabe341 100644 --- a/config.lib +++ b/config.lib @@ -3648,6 +3648,9 @@ showhelp() { echo " LDFLAGS linker flags, e.g. -L<lib dir> if you" echo " have libraries in a nonstandard" echo " directory <lib dir>" + echo " CFLAGS_BUILD C compiler flags for build time tool generation" + echo " CXXFLAGS_BUILD C++ compiler flags for build time tool generation" + echo " LDFLAGS_BUILD linker flags for build time tool generation" echo "" echo "Use these variables to override the choices made by 'configure' or to help" echo "it to find libraries and programs with nonstandard names/locations." |