(svn r877) Moved bemidi.cpp correctly this time

This commit is contained in:
bjarni 2004-12-01 19:44:39 +00:00
parent 5a458590b8
commit a317cbdc09
2 changed files with 4 additions and 3 deletions

View File

@ -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 $@