mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r877) Moved bemidi.cpp correctly this time
This commit is contained in:
parent
5a458590b8
commit
a317cbdc09
7
Makefile
7
Makefile
@ -543,7 +543,8 @@ endif
|
||||
ttd_OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o)
|
||||
|
||||
ifdef BEOS
|
||||
CXX_SOURCES += bemidi.cpp
|
||||
CXX_SOURCES += os/beos/bemidi.cpp
|
||||
CFLAGS += -I.
|
||||
endif
|
||||
|
||||
ifdef WIN32
|
||||
@ -745,6 +746,6 @@ DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||
>> .deps/$(*F).P; \
|
||||
rm .deps/$(*F).pp
|
||||
|
||||
# For DirectMusic build
|
||||
# For DirectMusic build and BeOS specific parts
|
||||
%.o: %.cpp $(MAKE_CONFIG)
|
||||
$(CXX_BUILD) $<
|
||||
$(CXX_BUILD) $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user