equal
deleted
inserted
replaced
541 endif |
541 endif |
542 |
542 |
543 ttd_OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o) |
543 ttd_OBJS = $(C_SOURCES:%.c=%.o) $(CXX_SOURCES:%.cpp=%.o) |
544 |
544 |
545 ifdef BEOS |
545 ifdef BEOS |
546 CXX_SOURCES += bemidi.cpp |
546 CXX_SOURCES += os/beos/bemidi.cpp |
|
547 CFLAGS += -I. |
547 endif |
548 endif |
548 |
549 |
549 ifdef WIN32 |
550 ifdef WIN32 |
550 # Resource file |
551 # Resource file |
551 ttd_OBJS += winres.o |
552 ttd_OBJS += winres.o |
743 tr ' ' '\012' < .deps/$(*F).pp \ |
744 tr ' ' '\012' < .deps/$(*F).pp \ |
744 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
745 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
745 >> .deps/$(*F).P; \ |
746 >> .deps/$(*F).P; \ |
746 rm .deps/$(*F).pp |
747 rm .deps/$(*F).pp |
747 |
748 |
748 # For DirectMusic build |
749 # For DirectMusic build and BeOS specific parts |
749 %.o: %.cpp $(MAKE_CONFIG) |
750 %.o: %.cpp $(MAKE_CONFIG) |
750 $(CXX_BUILD) $< |
751 $(CXX_BUILD) $< -o $@ |