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