mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help
This commit is contained in:
parent
e485669d2c
commit
1771089d04
@ -23,8 +23,6 @@ INSTALL_BINARY_DIR = "$(INSTALL_DIR)/"!!BINARY_DIR!!
|
|||||||
INSTALL_ICON_DIR = "$(INSTALL_DIR)/"!!ICON_DIR!!
|
INSTALL_ICON_DIR = "$(INSTALL_DIR)/"!!ICON_DIR!!
|
||||||
INSTALL_DATA_DIR = "$(INSTALL_DIR)/"!!DATA_DIR!!
|
INSTALL_DATA_DIR = "$(INSTALL_DIR)/"!!DATA_DIR!!
|
||||||
INSTALL_PERSONAL_DIR = !!PERSONAL_DIR!!
|
INSTALL_PERSONAL_DIR = !!PERSONAL_DIR!!
|
||||||
# TODO: ENABLE_INSTALL should be removed when the search path patch has been applied
|
|
||||||
ENABLE_INSTALL = !!ENABLE_INSTALL!!
|
|
||||||
TTD = !!TTD!!
|
TTD = !!TTD!!
|
||||||
TTDS = $(SRC_DIRS:%=%/$(TTD))
|
TTDS = $(SRC_DIRS:%=%/$(TTD))
|
||||||
OS = !!OS!!
|
OS = !!OS!!
|
||||||
|
@ -2140,6 +2140,8 @@ showhelp() {
|
|||||||
echo " --enable-translator enable extra output for translators"
|
echo " --enable-translator enable extra output for translators"
|
||||||
echo " --enable-universal enable universal builds (OSX ONLY)"
|
echo " --enable-universal enable universal builds (OSX ONLY)"
|
||||||
echo " --enable-osx-g5 enables optimalizations for G5 (OSX ONLY)"
|
echo " --enable-osx-g5 enables optimalizations for G5 (OSX ONLY)"
|
||||||
|
echo " --disable-unicode disable unicode support to build win9x"
|
||||||
|
echo " version (Win32 ONLY)"
|
||||||
echo " --disable-network disable network support"
|
echo " --disable-network disable network support"
|
||||||
echo " --disable-assert disable asserts (continue on errors)"
|
echo " --disable-assert disable asserts (continue on errors)"
|
||||||
echo " --disable-strip disable any possible stripping"
|
echo " --disable-strip disable any possible stripping"
|
||||||
|
Loading…
Reference in New Issue
Block a user