mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 19:33:34 +00:00
(svn r3672) -Fix: [makefile] fixed bug where some settings where overwritten with the default ones when MAKEFILE_VERSION was changed
This commit is contained in:
parent
67fde581ab
commit
51ece8d99a
@ -1,5 +1,11 @@
|
||||
# this file detects what OS and libs the computer have/are running
|
||||
|
||||
ifndef CONFIG_VERSION
|
||||
CONFIG_VERSION:=0
|
||||
endif
|
||||
|
||||
ifeq ($(shell expr $(CONFIG_VERSION) \< 9), 1)
|
||||
|
||||
# Automatically recognize if building on Win32
|
||||
ifdef WINDIR
|
||||
ifndef UNIX
|
||||
@ -106,3 +112,5 @@ endif
|
||||
ifdef CYGWIN
|
||||
WITH_PNG:=
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user