(svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD

This commit is contained in:
truebrain
2008-09-02 15:34:38 +00:00
parent c358955127
commit ee67c64c67
4 changed files with 3 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ TARGET := $(shell echo $(PLATFORM) | sed "s/win64/x64/;s/win32/Win32/")
all:
$(Q)cp objs/$(TARGET)/Release/$(TTD) $(BIN_DIR)/$(TTD)
include Makefile.bundle
include Makefile.bundle.in