summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVencislav Atanasov <user890104@freemyipod.org>2019-08-22 21:58:52 +0300
committerVencislav Atanasov <user890104@freemyipod.org>2019-08-22 22:00:43 +0300
commit9f551b09f68a8cf5d319ab2a2cf97cef15a53074 (patch)
treef26a7451bd35aa5fbb6e20e1a83d96adba824ab3
parent9e186e34ab2e609cb725bcb9e9a43988697b0512 (diff)
downloadrockbox-9f551b09f68a8cf5d319ab2a2cf97cef15a53074.tar.gz
rockbox-9f551b09f68a8cf5d319ab2a2cf97cef15a53074.zip
sdl: Fix path substitution in log messages, fix game names in comments
Change-Id: I7854d55153d656e84e791759f8ed664e41bff7e5
-rw-r--r--apps/plugins/quake.c2
-rw-r--r--apps/plugins/sdl/sdl.make2
-rw-r--r--apps/plugins/wolf3d.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/quake.c b/apps/plugins/quake.c
index d3abd43cc8..bb2f807d7b 100644
--- a/apps/plugins/quake.c
+++ b/apps/plugins/quake.c
@@ -9,7 +9,7 @@
9 * 9 *
10 * Copyright (C) 2017 Franklin Wei 10 * Copyright (C) 2017 Franklin Wei
11 * 11 *
12 * Duke3D stub loader. 12 * Quake! stub loader.
13 * 13 *
14 * This program is free software; you can redistribute it and/or 14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License 15 * modify it under the terms of the GNU General Public License
diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make
index a00948da28..9514d7ad93 100644
--- a/apps/plugins/sdl/sdl.make
+++ b/apps/plugins/sdl/sdl.make
@@ -113,5 +113,5 @@ $(SDL_OBJDIR)/quake.ovl: $(SDL_OBJ) $(QUAKE_OBJ) $(TLSFLIB) $(QUAKE_OUTLDS)
113 113
114$(SDL_OBJDIR)/%.o: $(SDL_SRCDIR)/%.c $(SDL_SRCDIR)/sdl.make $(BUILDDIR)/sysfont.h 114$(SDL_OBJDIR)/%.o: $(SDL_SRCDIR)/%.c $(SDL_SRCDIR)/sdl.make $(BUILDDIR)/sysfont.h
115 $(SILENT)mkdir -p $(dir $@) 115 $(SILENT)mkdir -p $(dir $@)
116 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(SDLFLAGS) -c $< -o $@ 116 $(call PRINTS,CC $(call full_path_subst,$(ROOTDIR)/%,%,$<))$(CC) -I$(dir $<) $(SDLFLAGS) -c $< -o $@
117 $(SILENT)$(OC) --redefine-syms=$(SDL_SRCDIR)/redefines.txt $@ 117 $(SILENT)$(OC) --redefine-syms=$(SDL_SRCDIR)/redefines.txt $@
diff --git a/apps/plugins/wolf3d.c b/apps/plugins/wolf3d.c
index cb4bf7e664..2e08ff628d 100644
--- a/apps/plugins/wolf3d.c
+++ b/apps/plugins/wolf3d.c
@@ -9,7 +9,7 @@
9 * 9 *
10 * Copyright (C) 2017 Franklin Wei 10 * Copyright (C) 2017 Franklin Wei
11 * 11 *
12 * Duke3D stub loader. 12 * Wolf3D stub loader.
13 * 13 *
14 * This program is free software; you can redistribute it and/or 14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License 15 * modify it under the terms of the GNU General Public License