From: Lawrence S. <ljs...@us...> - 2015-05-03 01:21:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 9a4a39502e7156e12c98ae8b0b86120ae4991caa (commit) from e636b2486e47861680cd59d4f6134a90617a7ba0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9a4a39502e7156e12c98ae8b0b86120ae4991caa Author: Lawrence Sebald <ljs...@us...> Date: Sat May 2 21:21:05 2015 -0400 Fix modplug_test example. ----------------------------------------------------------------------- Summary of changes: examples/dreamcast/cpp/modplug_test/Makefile | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/examples/dreamcast/cpp/modplug_test/Makefile b/examples/dreamcast/cpp/modplug_test/Makefile index 8792059..58124e4 100644 --- a/examples/dreamcast/cpp/modplug_test/Makefile +++ b/examples/dreamcast/cpp/modplug_test/Makefile @@ -12,8 +12,7 @@ rm-elf: -rm -f $(TARGET) romdisk.* $(TARGET): $(OBJS) romdisk.o - $(KOS_CCPLUS) $(KOS_CFLAGS) $(KOS_CPPFLAGS) $(KOS_LDFLAGS) -o $(TARGET) $(KOS_START) \ - $(OBJS) romdisk.o $(OBJEXTRA) -lmodplug -lm $(KOS_LIBS) + kos-c++ -o $(TARGET) $(OBJS) romdisk.o $(OBJEXTRA) -lmodplug -lm romdisk.img: $(KOS_GENROMFS) -f romdisk.img -d romdisk -v hooks/post-receive -- A pseudo Operating System for the Dreamcast. |