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