From b7aeed9d5779058bf6210fd735aa4d1c6f3012c6 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 21 Jul 2004 13:13:59 +0000 Subject: Added dependency on the plugin library git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4910 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32/Makefile') diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 90b3abb193..212812d2ec 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -67,7 +67,7 @@ $(RTC) $(RADIO) LDFLAGS = -lgdi32 -luser32 # Use this for simulator-only files -INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I$(SIMCOMMON) -I$(MACHINEDIR) -I$(OBJDIR) +INCLUDES = -I. -I$(EXPORT) -I$(APPDIR) -I$(MACHINEDIR) -I$(SIMCOMMON) -I$(OBJDIR) -I$(PLUGINDIR)/lib # The true Rockbox Applications should use this include path: APPINCLUDES = $(INCLUDES) @@ -130,6 +130,8 @@ PLUGINLIBOBJS := $(patsubst $(PLUGINDIR)/lib/%.c,$(OBJDIR)/%.o,$(wildcard $(PLUG all: $(TOOLSDIR)/convbdf $(TARGET) $(ROCKS) +$(ROCKS): $(OBJDIR)/libplugin.a + $(TOOLSDIR)/convbdf: $(MAKE) -C $(TOOLSDIR) -- cgit v1.2.3